Searched refs:getNonClosureAncestor (Results 1 – 4 of 4) sorted by relevance
1183 Decl *getNonClosureAncestor();1184 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function1185 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
723 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
512 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
1386 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()