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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2915   TRY_TO(TraverseStmt(C->getCondition()));
tools/clang/lib/AST/OpenMPClause.cpp
 1166   Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
tools/clang/lib/AST/StmtProfile.cpp
  438   if (C->getCondition())
  439     Profiler->VisitStmt(C->getCondition());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6740           const Expr *Cond = IfClause->getCondition();
 6931         const Expr *Cond = IfClause->getCondition();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1294       IfCond = C->getCondition();
 3288       IfCond = C->getCondition();
 4138       IfCond = C->getCondition();
 4611       IfCond = C->getCondition();
 4772     IfCond = C->getCondition();
 4797     IfCond = C->getCondition();
 4818     IfCond = C->getCondition();
 4974       IfCond = C->getCondition();
 5161     IfCond = C->getCondition();
tools/clang/lib/Sema/SemaOpenMP.cpp
 4059       S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h
 8490   ExprResult Cond = getDerived().TransformExpr(C->getCondition());
tools/clang/lib/Serialization/ASTWriter.cpp
 6639   Record.AddStmt(C->getCondition());
tools/clang/tools/libclang/CIndex.cpp
 2167   Visitor->AddStmt(C->getCondition());