Home
last modified time | relevance | path

Searched defs:ARRAY_TYPE_TRAIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeTraits.h43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, macro
46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTypeTraits.cpp38 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Name, macro
43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Spelling, macro
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1616 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in IsBuiltinTrait() macro
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3908 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) \ in ArrayTypeTraitFromTokKind() macro