diff options
Diffstat (limited to 'tools/slang-cpp-extractor/identifier-lookup.h')
| -rw-r--r-- | tools/slang-cpp-extractor/identifier-lookup.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/slang-cpp-extractor/identifier-lookup.h b/tools/slang-cpp-extractor/identifier-lookup.h index 40644a1ba..0d55ba65c 100644 --- a/tools/slang-cpp-extractor/identifier-lookup.h +++ b/tools/slang-cpp-extractor/identifier-lookup.h @@ -37,6 +37,16 @@ enum class IdentifierStyle Static, + IntegerModifier, + + Extern, + + CallableMisc, ///< For SLANG_NO_THROW etc + + IntegerType, ///< Built in integer type + + Default, /// default + CountOf, }; |
