Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2113 const BlockDecl *getInnermostBlockDecl() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1232 const BlockDecl *DeclContext::getInnermostBlockDecl() const { in getInnermostBlockDecl() function in DeclContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15961 CurBD = CurBD->getParent()->getInnermostBlockDecl(); in diagnoseImplicitlyRetainedSelf()
H A DSemaExpr.cpp3154 if (const BlockDecl *BD = CurContext->getInnermostBlockDecl()) in BuildIvarRefExpr()