Home
last modified time | relevance | path

Searched refs:TYPE_TRAIT_N (Results 1 – 5 of 5) 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
H A DTokenKinds.def52 #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 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