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

References

tools/clang/include/clang/AST/Stmt.h
 2188                      : reinterpret_cast<const Stmt *>(getCond())->getEndLoc();
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 4287   const Expr *const Condition = Node.getCond();
tools/clang/lib/AST/ExprConstant.cpp
 4411     if (!EvaluateInteger(SS->getCond(), Value, Info))
tools/clang/lib/CodeGen/CGStmt.cpp
 1594   if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) {
 1639   llvm::Value *CondV = EmitScalarExpr(S.getCond());
 1709   auto *Call = dyn_cast<CallExpr>(S.getCond());
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  604     Visit(S->getCond());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1106     Visit(S->getCond());
tools/clang/lib/Sema/SemaStmt.cpp
 1648       if (const Stmt *Cond = S->getCond())
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1374       return cast<SwitchStmt>(S)->getCond() == Cond;
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  389         SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(),
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2406   const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts();
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  164         return TheSwitchStmt->getCond();
  167         return TheSwitchStmt->getCond();
tools/clang/tools/libclang/CIndex.cpp
 2697   AddStmt(S->getCond());