Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h243 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h353 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h513 const BlockDecl *getBlockDecl() const { in getBlockDecl() function
/external/clang/include/clang/AST/
DExpr.h4430 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
4431 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function