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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
   98     Expr *condE = S->getCond();
tools/clang/lib/AST/ASTImporter.cpp
 5832       S->getIfLoc(), S->getInit(), S->getConditionVariable(), S->getCond(),
tools/clang/lib/AST/ParentMap.cpp
  203       return DirectChild == cast<IfStmt>(P)->getCond();
tools/clang/lib/AST/StmtPrinter.cpp
  248     PrintExpr(If->getCond());
tools/clang/lib/Analysis/CFG.cpp
 2995           : dyn_cast<BinaryOperator>(I->getCond()->IgnoreParens());
 3007     const TryResult &KnownVal = tryEvaluateBool(I->getCond());
 3017     LastBlock = addStmt(I->getCond());
 5183     if (Stmt *C = I->getCond())
 5923       E = cast<IfStmt>(Terminator)->getCond();
tools/clang/lib/Analysis/LiveVariables.cpp
  334       AddLiveStmt(val.liveStmts, LV.SSetFact, cast<IfStmt>(S)->getCond());
tools/clang/lib/Sema/JumpDiagnostics.cpp
  371     BuildScopeInformation(IS->getCond(), NewParentScope);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8431   if (auto *E = dyn_cast<ObjCAvailabilityCheckExpr>(If->getCond())) {
tools/clang/lib/Sema/TreeTransform.h
 6825       S->getIfLoc(), S->getConditionVariable(), S->getCond(),
 6856       Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  144   Record.AddStmt(S->getCond());