Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h134 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp739 bool IsEnum = isa<clang::EnumType>(T); in FillInlineAsmIdentifierInfo() local
H A DSemaCodeComplete.cpp1474 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
H A DSemaTemplate.cpp745 bool IsEnum = false; in ActOnDependentIdExpression() local
H A DSemaChecking.cpp8841 bool IsEnum = false; in checkFormatExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1786 bool IsEnum, in parseBracedList()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go426 func (a Attribute) IsEnum() bool { func
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp597 bool IsEnum = (Flag.Value & EnumMask) != 0; local