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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 3236     OS << " __attribute__((diagnose_if(" << getCond() << ", \"" << getMessage() << "\", \"" << DiagnoseIfAttr::ConvertDiagnosticTypeToStr(getDiagnosticType()) << "\")))";
gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
   70     Visit(SA->getCond());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 1934   if (!getDerived().TraverseStmt(A->getCond()))
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  394         ExprResult Result = S.SubstExpr(A->getCond(), TemplateArgs);
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  553     Record.AddStmt(SA->getCond());
tools/clang/lib/Sema/SemaOverload.cpp
 6517         << DIA->getParent() << DIA->getCond()->getSourceRange();
 6525           << DIA->getParent() << DIA->getCond()->getSourceRange();
 6542         if (!DIA->getCond()->EvaluateWithSubstitution(
 6555         return DIA->getCond()->EvaluateAsBooleanCondition(Result, Context) &&
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  227       S, TemplateArgs, DIA, DIA->getCond(), Tmpl, New);