Searched refs:getNonClosureAncestor (Results 1 – 8 of 8) sorted by relevance
1341 Decl *getNonClosureAncestor();1342 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function1343 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
1950 Decl *getNonClosureAncestor();1951 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function1952 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
857 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
1048 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
554 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
1701 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()
559 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
1920 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()