dawn-cmake/src
dan sinclair 24bbbbb25f Add Symbol to struct type.
This CL adds a Symbol to the struct type along side the name. The name
will be removed in a future CL when the symbol is used everywhere.

Change-Id: I6c355908651ba0a155a1e0c9ed1192313a405568
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35620
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: dan sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
2020-12-14 16:01:37 +00:00
..
ast Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
diagnostic Rework all transforms to transform-on-copy 2020-12-04 09:06:09 +00:00
inspector Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
reader Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
transform Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
validator Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
writer Add Symbol to struct type. 2020-12-14 16:01:37 +00:00
CMakeLists.txt Add a demangler 2020-12-11 18:29:03 +00:00
castable.cc Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID 2020-12-02 18:19:28 +00:00
castable.h Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
castable_test.cc Castable: Minor tweaks 2020-12-03 17:44:19 +00:00
demangler.cc Add a demangler 2020-12-11 18:29:03 +00:00
demangler.h Add a demangler 2020-12-11 18:29:03 +00:00
demangler_test.cc Add a demangler 2020-12-11 18:29:03 +00:00
namer.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
namer.h Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
namer_test.cc Update namer to use symbol table. 2020-12-10 18:40:01 +00:00
scope_stack.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
scope_stack_test.cc ast: Merge DecoratedVariable into Variable 2020-12-11 13:07:02 +00:00
source.cc Fixup lint errors. 2020-11-03 16:26:09 +00:00
source.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
symbol.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol.h Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol_table.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
symbol_table.h Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
symbol_table_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
type_determiner.cc Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
type_determiner.h Add a symbol to the Function AST node. 2020-12-11 18:24:53 +00:00
type_determiner_test.cc Add Symbol to struct type. 2020-12-14 16:01:37 +00:00