Searched refs:getNonClosureAncestor (Results 1 – 4 of 4) sorted by relevance
1110 DeclContext *getNonClosureAncestor();1111 const DeclContext *getNonClosureAncestor() const { in getNonClosureAncestor() function1112 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
683 return getDeclContext()->getNonClosureAncestor(); in getNonClosureContext()686 DeclContext *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
452 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
1247 dyn_cast<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()