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

/external/clang/lib/AST/
H A DDeclBase.cpp703 DeclContext *Decl::getNonClosureContext() { function in class:Decl
/external/clang/include/clang/AST/
H A DDeclBase.h377 DeclContext *getNonClosureContext();
378 const DeclContext *getNonClosureContext() const { function in class:clang::Decl
379 return const_cast<Decl*>(this)->getNonClosureContext();

Completed in 84 milliseconds