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

Declarations

tools/clang/include/clang/AST/Expr.h
 5571   const Stmt *getBody() const;

References

tools/clang/include/clang/AST/Expr.h
 5578     return getBody()->getEndLoc();
tools/clang/lib/CodeGen/CGBlocks.cpp
 1494   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))