Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2126 const BlockDecl *getInnermostBlockDecl() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1296 const BlockDecl *DeclContext::getInnermostBlockDecl() const { in getInnermostBlockDecl() function in DeclContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4925 if (const BlockDecl *BD = SemaRef.CurContext->getInnermostBlockDecl()) in BuildIvarRefExpr()
H A DSemaDecl.cpp15747 CurBD = CurBD->getParent()->getInnermostBlockDecl(); in diagnoseImplicitlyRetainedSelf()