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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h133 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/external/python/cpython2/Lib/plat-mac/
Daetypes.py52 def IsEnum(x): function
/external/flatbuffers/src/
Didl_gen_kotlin.cpp147 static bool IsEnum(const Type &type) { in IsEnum() function in flatbuffers::kotlin::KotlinGenerator
/external/flatbuffers/include/flatbuffers/
Didl.h487 inline bool IsEnum(const Type &type) { 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