Searched defs:getNonClosureAncestor (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h1207 Decl *getNonClosureAncestor();
1208 const Decl *getNonClosureAncestor() const { function in class:clang::DeclContext
1209 return const_cast<DeclContext*>(this)->getNonClosureAncestor();
/external/clang/lib/AST/
H A DDeclBase.cpp753 Decl *DeclContext::getNonClosureAncestor() { function in class:DeclContext

Completed in 1505 milliseconds