Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTypeTraits.cpp24 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name, macro
33 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling, macro
64 #define TYPE_TRAIT_N(Spelling, Name, Key) 0, macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeTraits.h34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, macro
37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 macro
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1613 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in IsBuiltinTrait() macro
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3898 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() macro