18#define EXPRESSION_TRAIT(Spelling, Name, Key) #Name,
19#include "clang/Basic/TokenKinds.def"
23#define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling,
24#include "clang/Basic/TokenKinds.def"
28 assert(
T <=
ET_Last &&
"invalid enum value!");
33 assert(
T <=
ET_Last &&
"invalid enum value!");
static constexpr const char * ExpressionTraitSpellings[]
static constexpr const char * ExpressionTraitNames[]
Defines enumerations for expression traits intrinsics.
The JSON file list parser is used to communicate input to InstallAPI.
const char * getTraitName(ExpressionTrait T) LLVM_READONLY
Return the internal name of type trait T. Never null.
const char * getTraitSpelling(ExpressionTrait T) LLVM_READONLY
Return the spelling of the type trait TT. Never null.
const FunctionProtoType * T