Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1183 Decl *getNonClosureAncestor();
1184 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function
1185 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp723 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp512 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
HDSemaExprObjC.cpp1386 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()