HomeSort by: relevance | last modified time | path
    Searched refs:IsEnum (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h 134 bool IsEnum = (Flag.Value & EnumMask) != 0;
135 if ((!IsEnum && (Value & Flag.Value) == Flag.Value) ||
136 (IsEnum && (Value & EnumMask) == Flag.Value)) {
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 102 bool parseBracedList(bool ContinueOnSemicolons = false, bool IsEnum = false,
UnwrappedLineParser.cpp 1510 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
1786 bool IsEnum,
1827 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
1865 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
1887 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
2388 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
2398 parseBracedList(/*ContinueOnSemicolons=*/false, /*IsEnum=*/false,
2512 /*IsEnum=*/true);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 739 bool IsEnum = isa<clang::EnumType>(T);
742 IsEnum = true;
743 if (IsEnum && Res->EvaluateAsRValue(Eval, Context))
SemaChecking.cpp 8841 bool IsEnum = false;
8844 IsEnum = true;
8928 << IntendedTy << IsEnum << E->getSourceRange(),
8982 EmitFormatDiagnostic(S.PDiag(Diag) << Name << IntendedTy << IsEnum
8992 << AT.getRepresentativeTypeName(S.Context) << ExprTy << IsEnum
9022 << IsEnum << CSR << E->getSourceRange(),
SemaCodeComplete.cpp 367 bool IsEnum(const NamedDecl *ND) const;
1474 bool ResultBuilder::IsEnum(const NamedDecl *ND) const {
5472 Filter = &ResultBuilder::IsEnum;
SemaTemplate.cpp 745 bool IsEnum = false;
747 IsEnum = dyn_cast_or_null<EnumType>(NNS->getAsType());
749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum &&
9837 assert(!Tag->isEnum() && "shouldn't see enumerations here");
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 597 bool IsEnum = (Flag.Value & EnumMask) != 0;
598 if ((!IsEnum && (Value & Flag.Value) == Flag.Value) ||
599 (IsEnum && (Value & EnumMask) == Flag.Value)) {
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 426 func (a Attribute) IsEnum() bool {

Completed in 52 milliseconds