Searched refs:IsEnum (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h133 bool IsEnum = (Flag.Value & EnumMask) != 0; local
134 if ((!IsEnum && (Value & Flag.Value) == Flag.Value) ||
135 (IsEnum && (Value & EnumMask) == Flag.Value)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h101 bool parseBracedList(bool ContinueOnSemicolons = false, bool IsEnum = false,
H A DUnwrappedLineParser.cpp1485 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
1761 bool IsEnum,
1802 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
1840 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
1862 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
2342 /*IsEnum=*/true);
1760 parseBracedList(bool ContinueOnSemicolons, bool IsEnum, tok::TokenKind ClosingBraceKind) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp724 bool IsEnum = isa<clang::EnumType>(T);
727 IsEnum = true;
728 if (IsEnum && Res->EvaluateAsRValue(Eval, Context))
H A DSemaChecking.cpp8358 bool IsEnum = false; local
8361 IsEnum = true;
8445 << IntendedTy << IsEnum << E->getSourceRange(),
8499 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum
8509 << AT.getRepresentativeTypeName(S.Context) << ExprTy << IsEnum
8539 << IsEnum << CSR << E->getSourceRange(),
H A DSemaCodeComplete.cpp367 bool IsEnum(const NamedDecl *ND) const;
1445 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { function in class:ResultBuilder
5322 Filter = &ResultBuilder::IsEnum;
H A DSemaTemplate.cpp744 bool IsEnum = false; local
746 IsEnum = dyn_cast_or_null<EnumType>(NNS->getAsType());
748 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum &&
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp890 bool IsEnum = (Flag.Value & EnumMask) != 0; local
891 if ((!IsEnum && (Value & Flag.Value) == Flag.Value) ||
892 (IsEnum && (Value & EnumMask) == Flag.Value)) {

Completed in 213 milliseconds