Searched defs:getLookupParent (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 750 DeclContext *DeclContext::getLookupParent() { function in class:DeclContext |
/external/clang/include/clang/AST/ | ||
H A D | DeclBase.h | 1014 DeclContext *getLookupParent(); 1016 const DeclContext *getLookupParent() const { function in class:clang::DeclContext 1017 return const_cast<DeclContext*>(this)->getLookupParent(); |
Completed in 65 milliseconds