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

References

tools/clang/include/clang/AST/Expr.h
 5565   const BlockDecl *getBlockDecl() const { return TheBlock; }
 5566   BlockDecl *getBlockDecl() { return TheBlock; }
 5567   void setBlockDecl(BlockDecl *BD) { TheBlock = BD; }
tools/clang/lib/AST/Expr.cpp
 2365   return TheBlock->getCaretLocation();
 2368   return TheBlock->getBody();
 2371   return TheBlock->getBody();