Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1110 DeclContext *getNonClosureAncestor();
1111 const DeclContext *getNonClosureAncestor() const { in getNonClosureAncestor() function
1112 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
/external/clang/lib/AST/
DDeclBase.cpp683 return getDeclContext()->getNonClosureAncestor(); in getNonClosureContext()
686 DeclContext *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
/external/clang/lib/Sema/
DSemaPseudoObject.cpp452 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
DSemaExprObjC.cpp1247 dyn_cast<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()