dawn-cmake/src/ast
Ben Clayton 03ae9a397f Cleanup: Remove unnecessary namespace prefixes
No need to prefix with `ast::` when you're in the ast namespace already.

Change-Id: Iac6cd3a215c05a80ee2035d582500f1d6c882a06
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34320
Reviewed-by: dan sinclair <dsinclair@chromium.org>
2020-11-30 23:30:58 +00:00
..
type Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
access_control.cc [ast] Unify the access control types. 2020-10-29 13:36:32 +00:00
access_control.h [ast] Unify the access control types. 2020-10-29 13:36:32 +00:00
access_decoration.cc Replace TypeDecoration::(Is|As)Access with Castable 2020-11-30 23:30:58 +00:00
access_decoration.h Replace TypeDecoration::(Is|As)Access with Castable 2020-11-30 23:30:58 +00:00
access_decoration_test.cc [wgsl-reader] Add support for read only storage buffers. 2020-11-19 18:55:01 +00:00
array_accessor_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
array_accessor_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
array_accessor_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
array_decoration.cc Replace ArrayDecoration::(Is|As)Stride with Castable 2020-11-30 23:30:58 +00:00
array_decoration.h Replace ArrayDecoration::(Is|As)Stride with Castable 2020-11-30 23:30:58 +00:00
assignment_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
assignment_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
assignment_statement_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
binary_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
binary_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
binary_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
binding_decoration.cc Replace VariableDecoration::(Is|As)Binding with Castable 2020-11-30 23:30:58 +00:00
binding_decoration.h Replace VariableDecoration::(Is|As)Binding with Castable 2020-11-30 23:30:58 +00:00
binding_decoration_test.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
bitcast_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
bitcast_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
bitcast_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
block_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
block_statement.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
block_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
bool_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
bool_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
bool_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
break_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
break_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
break_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
builder.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
builder.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
builtin.cc [wgsl-reader] Add workgroup_size parsing 2020-09-21 00:37:08 +00:00
builtin.h [wgsl-reader] Add workgroup_size parsing 2020-09-21 00:37:08 +00:00
builtin_decoration.cc Replace VariableDecoration::(Is|As)Builtin with Castable 2020-11-30 23:30:58 +00:00
builtin_decoration.h Replace VariableDecoration::(Is|As)Builtin with Castable 2020-11-30 23:30:58 +00:00
builtin_decoration_test.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
call_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
call_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
call_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
call_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
call_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
call_statement_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
case_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
case_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
case_statement_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
constant_id_decoration.cc Replace VariableDecoration::(Is|As)ConstantId with Castable 2020-11-30 23:30:58 +00:00
constant_id_decoration.h Replace VariableDecoration::(Is|As)ConstantId with Castable 2020-11-30 23:30:58 +00:00
constant_id_decoration_test.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
constructor_expression.cc Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
constructor_expression.h Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
continue_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
continue_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
continue_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
decorated_variable.cc Replace Variable::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
decorated_variable.h Replace Variable::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
decorated_variable_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
decoration.cc ast: Remove non-group DecorationKind enums 2020-11-30 23:30:58 +00:00
decoration.h ast: Remove non-group DecorationKind enums 2020-11-30 23:30:58 +00:00
decoration_test.cc ast: Remove non-group DecorationKind enums 2020-11-30 23:30:58 +00:00
discard_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
discard_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
discard_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
else_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
else_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
else_statement_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
fallthrough_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
fallthrough_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
fallthrough_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
float_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
float_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
float_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
function.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
function.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
function_decoration.cc Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00
function_decoration.h Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00
function_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
identifier_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
identifier_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
identifier_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
if_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
if_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
if_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
int_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
int_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
int_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
intrinsic.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
intrinsic.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
intrinsic_texture_helper_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
intrinsic_texture_helper_test.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
location_decoration.cc Replace VariableDecoration::(Is|As)Location with Castable 2020-11-30 23:30:58 +00:00
location_decoration.h Replace VariableDecoration::(Is|As)Location with Castable 2020-11-30 23:30:58 +00:00
location_decoration_test.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
loop_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
loop_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
loop_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
member_accessor_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
member_accessor_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
member_accessor_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
module.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
module.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
module_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
node.cc Derive all ast::Node from Castable 2020-11-30 23:30:58 +00:00
node.h Derive all ast::Node from Castable 2020-11-30 23:30:58 +00:00
null_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
null_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
null_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
pipeline_stage.cc Initial commit 2020-03-02 15:47:43 -05:00
pipeline_stage.h Initial commit 2020-03-02 15:47:43 -05:00
return_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
return_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
return_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
scalar_constructor_expression.cc Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
scalar_constructor_expression.h Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
scalar_constructor_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
set_decoration.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
set_decoration.h Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
set_decoration_test.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
sint_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
sint_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
sint_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
stage_decoration.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
stage_decoration.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
stage_decoration_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
storage_class.cc Remove push constants. 2020-05-06 21:48:23 +00:00
storage_class.h Remove push constants. 2020-05-06 21:48:23 +00:00
stride_decoration.cc Replace ArrayDecoration::(Is|As)Stride with Castable 2020-11-30 23:30:58 +00:00
stride_decoration.h Replace ArrayDecoration::(Is|As)Stride with Castable 2020-11-30 23:30:58 +00:00
stride_decoration_test.cc Replace ArrayDecoration::(Is|As)Stride with Castable 2020-11-30 23:30:58 +00:00
struct.cc Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
struct.h Derive all ast::Node from Castable 2020-11-30 23:30:58 +00:00
struct_block_decoration.cc Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
struct_block_decoration.h Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
struct_decoration.cc ast: Remove the now unused Decoration::IsKind() method 2020-11-30 23:30:58 +00:00
struct_decoration.h Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
struct_member.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
struct_member.h Derive all ast::Node from Castable 2020-11-30 23:30:58 +00:00
struct_member_decoration.cc Replace StructMemberDecoration::(Is|As) with Castable 2020-11-30 23:30:58 +00:00
struct_member_decoration.h Replace StructMemberDecoration::(Is|As) with Castable 2020-11-30 23:30:58 +00:00
struct_member_offset_decoration.cc Replace StructMemberDecoration::(Is|As) with Castable 2020-11-30 23:30:58 +00:00
struct_member_offset_decoration.h Replace StructMemberDecoration::(Is|As) with Castable 2020-11-30 23:30:58 +00:00
struct_member_offset_decoration_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
struct_member_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
struct_test.cc Replace StructDecoration::IsBlock with Castable 2020-11-30 23:30:58 +00:00
switch_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
switch_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
switch_statement_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
test_helper.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
type_constructor_expression.cc Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
type_constructor_expression.h Replace ConstructorExpression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
type_constructor_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
type_decoration.cc Replace TypeDecoration::(Is|As)Access with Castable 2020-11-30 23:30:58 +00:00
type_decoration.h Replace TypeDecoration::(Is|As)Access with Castable 2020-11-30 23:30:58 +00:00
type_manager.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
type_manager.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
type_manager_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
uint_literal.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
uint_literal.h Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
uint_literal_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
unary_op.cc Initial commit 2020-03-02 15:47:43 -05:00
unary_op.h Initial commit 2020-03-02 15:47:43 -05:00
unary_op_expression.cc Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
unary_op_expression.h Replace Expression::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
unary_op_expression_test.cc Cleanup: Remove unnecessary namespace prefixes 2020-11-30 23:30:58 +00:00
variable.cc Replace Variable::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
variable.h Replace Variable::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
variable_decl_statement.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
variable_decl_statement.h Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
variable_decl_statement_test.cc Replace Statement::(Is|As)* with Castable 2020-11-30 23:30:58 +00:00
variable_decoration.cc Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
variable_decoration.h Replace VariableDecoration::(Is|As)Set with Castable 2020-11-30 23:30:58 +00:00
variable_test.cc ast tests: Replace std::make_unique<T> -> create<T> 2020-11-13 22:03:58 +00:00
workgroup_decoration.cc Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00
workgroup_decoration.h Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00
workgroup_decoration_test.cc Replace FunctionDecoration::(Is|As)Workgroup with Castable 2020-11-30 23:30:58 +00:00