Home
last modified time | relevance | path

Searched refs:TYPE_TRAIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def43 #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 DParseExpr.cpp1818 #define TYPE_TRAIT(N,Spelling,K) \ in ParseCastExpression() macro