Searched refs:TYPE_TRAIT_N (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 24 #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 D | TypeTraits.h | 34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, macro 37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 macro
|
H A D | TokenKinds.def | 52 #ifndef TYPE_TRAIT_N 53 #define TYPE_TRAIT_N(I,E,K) TYPE_TRAIT(0,I,K) 496 TYPE_TRAIT_N(__is_constructible, IsConstructible, KEYCXX) 497 TYPE_TRAIT_N(__is_nothrow_constructible, IsNothrowConstructible, KEYCXX) 533 TYPE_TRAIT_N(__is_trivially_constructible, IsTriviallyConstructible, KEYCXX) 1032 #undef TYPE_TRAIT_N
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1613 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in IsBuiltinTrait() macro
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3898 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() macro
|