Home
last modified time | relevance | path

Searched refs:completeVisibleDeclsMap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp103 void ExternalASTSource::completeVisibleDeclsMap(const DeclContext *DC) {} in completeVisibleDeclsMap() function in ExternalASTSource
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h78 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
H A DExternalASTSource.h159 virtual void completeVisibleDeclsMap(const DeclContext *DC);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp112 void MultiplexExternalSemaSource::completeVisibleDeclsMap(const DeclContext *DC){ in completeVisibleDeclsMap() function in MultiplexExternalSemaSource
114 Sources[i]->completeVisibleDeclsMap(DC); in completeVisibleDeclsMap()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h103 void completeVisibleDeclsMap(const DeclContext *DC) override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2248 void completeVisibleDeclsMap(const DeclContext *DC) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7643 void ASTReader::completeVisibleDeclsMap(const DeclContext *DC) { in completeVisibleDeclsMap() function in ASTReader