Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp757 bool IsEnum = isa<clang::EnumType>(T); FillInlineAsmIdentifierInfo() local
H A DSemaCodeComplete.cpp1574 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { IsEnum() function in ResultBuilder
H A DSemaChecking.cpp7357 bool IsEnum = false; checkFormatExpr() local
/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2441 parseBracedList(bool IsAngleBracket,bool IsEnum) parseBracedList() argument
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4050 TEST_P(ASTMatchersTest,IsEnum) TEST_P() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp649 bool IsEnum = (Flag.Value & EnumMask) != 0; local