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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  110     Expr *condE = S->getCond();
tools/clang/lib/AST/ASTImporter.cpp
 5887       S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc());
tools/clang/lib/AST/ParentMap.cpp
  199       return DirectChild == cast<WhileStmt>(P)->getCond();
tools/clang/lib/AST/StmtPrinter.cpp
  300     PrintExpr(Node->getCond());
tools/clang/lib/Analysis/CFG.cpp
 3716     Expr *C = W->getCond();
 5212     if (Stmt *C = W->getCond())
 5915       E = cast<WhileStmt>(Terminator)->getCond();
tools/clang/lib/Analysis/LiveVariables.cpp
  341       AddLiveStmt(val.liveStmts, LV.SSetFact, cast<WhileStmt>(S)->getCond());
tools/clang/lib/Sema/TreeTransform.h
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6913       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  190   Record.AddStmt(S->getCond());