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

References

tools/clang/lib/CodeGen/CGObjC.cpp
 1724       createProfileWeights(EntryCount, getProfileCount(S.getBody())));
 1848     EmitStmt(S.getBody());
 1870       createProfileWeights(getProfileCount(S.getBody()), EntryCount));
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  590     CountMap[S->getBody()] = BodyCount;
  591     Visit(S->getBody());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1084     extendRegion(S->getBody());
 1085     Counter BackedgeCount = propagateCounts(BodyCount, S->getBody());
 1090                                   getStart(S->getBody()));
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8144     return cast<ObjCForCollectionStmt>(Parent)->getBody() == S;
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  685         if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
 1062       LoopBody = FC->getBody();
 1247         Body = OFS->getBody();
tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp
   42     return isSemicolonRequiredAfter(ObjCFor->getBody());