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

References

tools/clang/lib/AST/ASTImporter.cpp
 6034       S->getCond(), S->getInc(), S->getLoopVarStmt(), S->getBody());
tools/clang/lib/Analysis/CFG.cpp
 4374   if (Expr *C = S->getCond()) {
 4391   if (S->getCond())
 4392     KnownVal = tryEvaluateBool(S->getCond());
 5907       E = cast<CXXForRangeStmt>(Terminator)->getCond();
tools/clang/lib/Sema/SemaOpenMP.cpp
 6628     HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond());
 6639       DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures);
tools/clang/lib/Sema/TreeTransform.h
 7634   ExprResult Cond = getDerived().TransformExpr(S->getCond());
 7660       Cond.get() != S->getCond() ||
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1348   Record.AddStmt(S->getCond());