enum class AutoTypeKeyword
Description
Which keyword(s) were used to create an AutoType.
Declared at: clang/include/clang/AST/Type.h:1519
Enumerators
Name | Value | Comment |
---|---|---|
Auto | 0 | auto |
DecltypeAuto | 1 | decltype(auto) |
GNUAutoType | 2 | __auto_type (GNU extension) |