Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp757 bool IsEnum = isa<clang::EnumType>(T); in FillInlineAsmIdentifierInfo() local
H A DSemaCodeComplete.cpp1567 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
H A DSemaTemplate.cpp751 bool IsEnum = false; in ActOnDependentIdExpression() local
H A DSemaChecking.cpp12128 bool IsEnum = false; in checkFormatExpr() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2420 bool UnwrappedLineParser::parseBracedList(bool IsAngleBracket, bool IsEnum) { in parseBracedList()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp637 bool IsEnum = (Flag.Value & EnumMask) != 0; local