Searched defs:ARRAY_TYPE_TRAIT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeTraits.h | 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, macro 46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 38 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Name, macro 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Spelling, macro
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1616 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() macro
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3908 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in ArrayTypeTraitFromTokKind() macro
|