Home
last modified time | relevance | path

Searched defs:getBlockDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h243 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h348 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/external/clang/include/clang/AST/
DExpr.h4525 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
4526 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function