Home
last modified time | relevance | path

Searched defs:IsEnum (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DScopedPrinter.h132 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h387 bool IsEnum; member
/external/python/cpython2/Lib/plat-mac/
Daetypes.py52 def IsEnum(x): function
/external/flatbuffers/src/
Didl_gen_general.cpp228 static bool IsEnum(const Type& type) { in IsEnum() function in flatbuffers::general::GeneralGenerator
/external/v8/src/parsing/
Dpreparser.h86 bool IsEnum() const { return type_ == kEnumIdentifier; } in IsEnum() function
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1123 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
DSemaChecking.cpp5164 bool IsEnum = false; in checkFormatExpr() local