reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5571 const Stmt *getBody() const;
5578 return getBody()->getEndLoc();
tools/clang/lib/CodeGen/CGBlocks.cpp1494 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); 1589 blockInfo.getBlockExpr()->getBody()->getBeginLoc());tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
46 Scan(M, BE->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp 87 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))