Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1341 Decl *getNonClosureAncestor();
1342 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function
1343 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1950 Decl *getNonClosureAncestor();
1951 const Decl *getNonClosureAncestor() const { in getNonClosureAncestor() function
1952 return const_cast<DeclContext*>(this)->getNonClosureAncestor(); in getNonClosureAncestor()
/external/clang/lib/AST/
DDeclBase.cpp857 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1048 Decl *DeclContext::getNonClosureAncestor() { in getNonClosureAncestor() function in DeclContext
/external/clang/lib/Sema/
DSemaPseudoObject.cpp554 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
DSemaExprObjC.cpp1701 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp559 cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor()); in LookupMethodInReceiverType()
DSemaExprObjC.cpp1920 dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor()); in isSelfExpr()