Home
last modified time | relevance | path

Searched defs:EXPRESSION_TRAIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExpressionTraits.h22 #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 DExpressionTraits.cpp19 #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 DPPMacroExpansion.cpp1619 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() macro
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3919 #define EXPRESSION_TRAIT(Spelling, Name, Key) \ in ExpressionTraitFromTokKind() macro