reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1914   Decl *getNonClosureAncestor();

References

tools/clang/include/clang/AST/DeclBase.h
 1916     return const_cast<DeclContext*>(this)->getNonClosureAncestor();
tools/clang/lib/Sema/SemaExprObjC.cpp
 1762       dyn_cast_or_null<ObjCMethodDecl>(CurContext->getNonClosureAncestor());
tools/clang/lib/Sema/SemaPseudoObject.cpp
  567         cast<ObjCMethodDecl>(S.CurContext->getNonClosureAncestor());