HomeSort by relevance Sort by last modified time
    Searched defs:completeVisibleDeclsMap (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExternalASTSource.cpp 80 void ExternalASTSource::completeVisibleDeclsMap(const DeclContext *DC) {
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 97 void MultiplexExternalSemaSource::completeVisibleDeclsMap(const DeclContext *DC){
99 Sources[i]->completeVisibleDeclsMap(DC);

Completed in 63 milliseconds