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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1951 Decl *getNonClosureAncestor();
1952 const Decl *getNonClosureAncestor() const { function in class:clang::DeclContext
1953 return const_cast<DeclContext*>(this)->getNonClosureAncestor();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp559 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor());
H A DSemaExprObjC.cpp1909 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1047 Decl *DeclContext::getNonClosureAncestor() { function in class:DeclContext

Completed in 137 milliseconds