dawn-cmake/src/semantic
Ben Clayton c1052a4971 Add semantic::MemberAccessorExpression, use it.
Pull the mutable 'is_swizzled' semantic field from ast::MemberAccessorExpression and into a new semantic::MemberAccessorExpression node.
Have the TypeDeterminer create these semantic::MemberAccessorExpression nodes.

Bug: tint:390
Change-Id: I8fc6e36dabb417190528536a94d027af54059222
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/40142
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
2021-02-03 23:55:56 +00:00
..
call.h Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. 2021-02-03 21:02:25 +00:00
expression.h Add semantic::Function, use it. 2021-02-03 16:43:20 +00:00
function.h Add semantic::Variable, use it. 2021-02-03 17:51:09 +00:00
info.h Add semantic::Expression, implement semantic::Info 2021-01-29 15:46:42 +00:00
intrinsic.cc Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. 2021-02-03 21:02:25 +00:00
intrinsic.h Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. 2021-02-03 21:02:25 +00:00
member_accessor_expression.h Add semantic::MemberAccessorExpression, use it. 2021-02-03 23:55:56 +00:00
node.h Add semantic::Node 2021-01-29 15:17:30 +00:00
sem_call.cc Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. 2021-02-03 21:02:25 +00:00
sem_expression.cc Add semantic::Expression, implement semantic::Info 2021-01-29 15:46:42 +00:00
sem_function.cc Add semantic::Variable, use it. 2021-02-03 17:51:09 +00:00
sem_function_test.cc Add semantic::Function, use it. 2021-02-03 16:43:20 +00:00
sem_info.cc Introduce semantic::Info 2021-01-29 10:55:40 +00:00
sem_member_accessor_expression.cc Add semantic::MemberAccessorExpression, use it. 2021-02-03 23:55:56 +00:00
sem_node.cc Add semantic::Expression, implement semantic::Info 2021-01-29 15:46:42 +00:00
sem_variable.cc Add semantic::Variable, use it. 2021-02-03 17:51:09 +00:00
test_helper.h Add semantic::Function, use it. 2021-02-03 16:43:20 +00:00
type_mappings.h Add semantic::MemberAccessorExpression, use it. 2021-02-03 23:55:56 +00:00
variable.h Add semantic::Variable, use it. 2021-02-03 17:51:09 +00:00