Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h276 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h363 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5903 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
5904 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function