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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  120     Expr *condE = S->getCond();
tools/clang/lib/AST/ASTImporter.cpp
 5903       S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(),
tools/clang/lib/AST/ParentMap.cpp
  201       return DirectChild == cast<DoStmt>(P)->getCond();
tools/clang/lib/AST/StmtPrinter.cpp
  317   PrintExpr(Node->getCond());
tools/clang/lib/Analysis/CFG.cpp
 3861   if (Stmt *C = D->getCond()) {
 3874   const TryResult &KnownVal = tryEvaluateBool(D->getCond());
 5218     if (Stmt *C = D->getCond())
 5919       E = cast<DoStmt>(Terminator)->getCond();
tools/clang/lib/Analysis/LiveVariables.cpp
  348       AddLiveStmt(val.liveStmts, LV.SSetFact, cast<DoStmt>(S)->getCond());
tools/clang/lib/Sema/TreeTransform.h
 6929   ExprResult Cond = getDerived().TransformExpr(S->getCond());
 6934       Cond.get() == S->getCond() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  201   Record.AddStmt(S->getCond());