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

/external/clang/lib/AST/
H A DDeclBase.cpp750 DeclContext *DeclContext::getLookupParent() { function in class:DeclContext
/external/clang/include/clang/AST/
H A DDeclBase.h1014 DeclContext *getLookupParent();
1016 const DeclContext *getLookupParent() const { function in class:clang::DeclContext
1017 return const_cast<DeclContext*>(this)->getLookupParent();

Completed in 65 milliseconds