Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/
DTypeTraits.cpp23 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name, macro
32 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling, macro
63 #define TYPE_TRAIT_N(Spelling, Name, Key) 0, macro
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTypeTraits.h34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, macro
37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 macro
DTokenKinds.def52 #ifndef TYPE_TRAIT_N
53 #define TYPE_TRAIT_N(I,E,K) TYPE_TRAIT(0,I,K)
473 TYPE_TRAIT_N(__is_constructible, IsConstructible, KEYCXX)
474 TYPE_TRAIT_N(__is_nothrow_constructible, IsNothrowConstructible, KEYCXX)
510 TYPE_TRAIT_N(__is_trivially_constructible, IsTriviallyConstructible, KEYCXX)
950 #undef TYPE_TRAIT_N
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExprCXX.cpp3766 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() macro