Searched defs:EXPRESSION_TRAIT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ExpressionTraits.h | 22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name, macro 25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1 macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | ExpressionTraits.cpp | 19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name, macro 24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling, macro
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1619 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() macro
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3919 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in ExpressionTraitFromTokKind() macro
|