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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1768     return Node.getBody();
tools/clang/lib/AST/ExprConstant.cpp
 4701       EvalStmtResult ESR = EvaluateLoopBody(Result, Info, DS->getBody(), Case);
tools/clang/lib/CodeGen/CGStmt.cpp
  813     EmitStmt(S.getBody());
  842     uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  500     CountMap[S->getBody()] = BodyCount;
  501     Visit(S->getBody());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  986     extendRegion(S->getBody());
  988         propagateCounts(addCounters(ParentCount, BodyCount), S->getBody());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8138     return cast<DoStmt>(Parent)->getBody() == S;
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  398     if (!isIdenticalStmt(Ctx, DStmt1->getBody(), DStmt2->getBody(),
  398     if (!isIdenticalStmt(Ctx, DStmt1->getBody(), DStmt2->getBody(),
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  144     checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc());
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp
  351     return Inner == DS->getBody();