Home
last modified time | relevance | path

Searched refs:FindExternalVisibleDeclsByName (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp98 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ExternalASTSource
H A DExternalASTMerger.cpp479 bool ExternalASTMerger::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ExternalASTMerger
H A DDeclBase.cpp1665 if (Source->FindExternalVisibleDeclsByName(this, Name) || !R.second) { in lookup()
1890 Source->FindExternalVisibleDeclsByName(this, D->getDeclName()); in makeDeclVisibleInContextImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTMerger.h143 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
H A DExternalASTSource.h153 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp105 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { in FindExternalVisibleDeclsByName() function in MultiplexExternalSemaSource
108 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name); in FindExternalVisibleDeclsByName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h98 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1910 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7616 ASTReader::FindExternalVisibleDeclsByName(const DeclContext *DC, in FindExternalVisibleDeclsByName() function in ASTReader