Searched defs:IsEnum (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmtAsm.cpp | 757 bool IsEnum = isa<clang::EnumType>(T); FillInlineAsmIdentifierInfo() local |
H A D | SemaCodeComplete.cpp | 1574 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { IsEnum() function in ResultBuilder |
H A D | SemaChecking.cpp | 7357 bool IsEnum = false; checkFormatExpr() local |
/llvm-project/clang/lib/Format/ | ||
H A D | UnwrappedLineParser.cpp | 2441 parseBracedList(bool IsAngleBracket,bool IsEnum) parseBracedList() argument |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | ScopedPrinter.h | 177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable |
/llvm-project/clang/unittests/ASTMatchers/ | ||
H A D | ASTMatchersNarrowingTest.cpp | 4050 TEST_P(ASTMatchersTest,IsEnum) TEST_P() argument |
/llvm-project/llvm/tools/llvm-readobj/ | ||
H A D | ELFDumper.cpp | 649 bool IsEnum = (Flag.Value & EnumMask) != 0; local |