Searched refs:TYPE_TRAIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 43 #ifndef TYPE_TRAIT 44 #define TYPE_TRAIT(N,I,K) KEYWORD(I,K) 47 #define TYPE_TRAIT_1(I,E,K) TYPE_TRAIT(1,I,K) 50 #define TYPE_TRAIT_2(I,E,K) TYPE_TRAIT(2,I,K) 53 #define TYPE_TRAIT_N(I,E,K) TYPE_TRAIT(0,I,K) 1035 #undef TYPE_TRAIT
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1818 #define TYPE_TRAIT(N,Spelling,K) \ in ParseCastExpression() macro
|