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

References

tools/clang/lib/AST/ASTImporter.cpp
 5852       S->getInit(), S->getConditionVariable(), S->getCond(),
tools/clang/lib/AST/ParentMap.cpp
  207       return DirectChild == cast<SwitchStmt>(P)->getCond();
tools/clang/lib/AST/StmtPrinter.cpp
  290     PrintExpr(Node->getCond());
tools/clang/lib/Analysis/CFG.cpp
 4045   assert(Terminator->getCond() && "switch condition must be non-NULL");
 4047   bool b = tryEvaluate(Terminator->getCond(), result);
 4078   CFGBlock *LastBlock = addStmt(Terminator->getCond());
 5224     Terminator->getCond()->printPretty(OS, Helper, Policy);
 5935       E = cast<SwitchStmt>(Terminator)->getCond();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4968   if (!Switch->getCond())
 4970   QualType type = Switch->getCond()->IgnoreImplicit()->getType();
tools/clang/lib/Sema/SemaStmt.cpp
  438       getCurFunction()->SwitchStack.back().getPointer()->getCond();
  859   Expr *CondExpr = SS->getCond();
tools/clang/lib/Sema/TreeTransform.h
 6876       S->getSwitchLoc(), S->getConditionVariable(), S->getCond(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  169   Record.AddStmt(S->getCond());