reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 3338     OS << " __attribute__((enable_if(" << getCond() << ", \"" << getMessage() << "\")))";
gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
   74     Visit(SA->getCond());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 1963   if (!getDerived().TraverseStmt(A->getCond()))
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  412         ExprResult Result = S.SubstExpr(A->getCond(), TemplateArgs);
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  576     Record.AddStmt(SA->getCond());
tools/clang/lib/AST/ItaniumMangle.cpp
  719       mangleExpression(EIA->getCond());
tools/clang/lib/Sema/SemaExpr.cpp
 5497         << Attr->getCond()->getSourceRange() << Attr->getMessage();
tools/clang/lib/Sema/SemaOverload.cpp
 1234     NewI->getCond()->Profile(NewID, Context, true);
 1235     OldI->getCond()->Profile(OldID, Context, true);
 6480     if (EIA->getCond()->isValueDependent() ||
 6481         !EIA->getCond()->EvaluateWithSubstitution(
 9224     (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true);
 9225     (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true);
 9779     if (EnableIf->getCond()->isValueDependent() ||
 9780         !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx))
10560       << Attr->getCond()->getSourceRange() << Attr->getMessage();
13545           << Attr->getCond()->getSourceRange() << Attr->getMessage();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  216       S, TemplateArgs, EIA, EIA->getCond(), Tmpl, New);
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2924     (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true);
 2925     (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true);