Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h79 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
H A DExternalASTSource.h161 virtual void completeVisibleDeclsMap(const DeclContext *DC);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp115 void ExternalASTSource::completeVisibleDeclsMap(const DeclContext *DC) {} in completeVisibleDeclsMap() function in ExternalASTSource
/freebsd-12.1/contrib/llvm/tools/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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h102 void completeVisibleDeclsMap(const DeclContext *DC) override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2304 void completeVisibleDeclsMap(const DeclContext *DC) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7555 void ASTReader::completeVisibleDeclsMap(const DeclContext *DC) { in completeVisibleDeclsMap() function in ASTReader