Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DStreamWriter.h110 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1109 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
H A DSemaChecking.cpp3598 bool IsEnum = false; in checkFormatExpr() local