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

/external/clang/lib/AST/
H A DExternalASTSource.cpp80 void ExternalASTSource::completeVisibleDeclsMap(const DeclContext *DC) { function in class:ExternalASTSource
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp97 void MultiplexExternalSemaSource::completeVisibleDeclsMap(const DeclContext *DC){ function in class:MultiplexExternalSemaSource
99 Sources[i]->completeVisibleDeclsMap(DC);

Completed in 109 milliseconds