Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1941 const BlockDecl *getInnermostBlockDecl() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1120 const BlockDecl *DeclContext::getInnermostBlockDecl() const { in getInnermostBlockDecl() function in DeclContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp14976 CurBD = CurBD->getParent()->getInnermostBlockDecl(); in diagnoseImplicitlyRetainedSelf()
H A DSemaExpr.cpp2951 if (const BlockDecl *BD = CurContext->getInnermostBlockDecl()) in BuildIvarRefExpr()