Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1852 const BlockDecl *getInnermostBlockDecl() const;
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1108 const BlockDecl *DeclContext::getInnermostBlockDecl() const { in getInnermostBlockDecl() function in DeclContext
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp14273 CurBD = CurBD->getParent()->getInnermostBlockDecl(); in diagnoseImplicitlyRetainedSelf()
DSemaExpr.cpp2886 if (const BlockDecl *BD = CurContext->getInnermostBlockDecl()) in BuildIvarRefExpr()