Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h276 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/external/clang/lib/CodeGen/
DCGBlocks.h264 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h363 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h361 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/external/clang/include/clang/AST/
DExpr.h4581 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
4582 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h5898 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
5899 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function