HomeSort by: relevance | last modified time | path
    Searched defs:getLookupParent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1089 DeclContext *DeclContext::getLookupParent() {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1883 DeclContext *getLookupParent();
1885 const DeclContext *getLookupParent() const {
1886 return const_cast<DeclContext*>(this)->getLookupParent();

Completed in 20 milliseconds