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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1853 const BlockDecl *getInnermostBlockDecl() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1107 const BlockDecl *DeclContext::getInnermostBlockDecl() const { function in class:DeclContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14167 CurBD = CurBD->getParent()->getInnermostBlockDecl();
H A DSemaExpr.cpp2765 if (const BlockDecl *BD = CurContext->getInnermostBlockDecl())

Completed in 304 milliseconds