Home
last modified time | relevance | path

Searched refs:getInnermostBlockDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1105 const BlockDecl *DeclContext::getInnermostBlockDecl() const { in getInnermostBlockDecl() function in DeclContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1897 const BlockDecl *getInnermostBlockDecl() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14404 CurBD = CurBD->getParent()->getInnermostBlockDecl(); in diagnoseImplicitlyRetainedSelf()
H A DSemaExpr.cpp2882 if (const BlockDecl *BD = CurContext->getInnermostBlockDecl()) in BuildIvarRefExpr()