Searched refs:FindExternalVisibleDeclsByName (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp98 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:ExternalASTSource
H A DExternalASTMerger.cpp474 bool ExternalASTMerger::FindExternalVisibleDeclsByName(const DeclContext *DC,
H A DDeclBase.cpp1764 // FindExternalVisibleDeclsByName if needed. Exception: if we're not
1822 if (Source->FindExternalVisibleDeclsByName(this, Name) || !R.second) {
2048 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h34 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
H A DClangASTSource.h86 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
192 /// The worker function for FindExternalVisibleDeclsByName.
214 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
216 return m_original.FindExternalVisibleDeclsByName(DC, Name);
H A DClangExternalASTSourceCallbacks.cpp51 bool ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName( function in class:ClangExternalASTSourceCallbacks
H A DASTUtils.h63 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
65 return m_Source->FindExternalVisibleDeclsByName(DC, Name);
330 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
333 if (Sources[i]->FindExternalVisibleDeclsByName(DC, Name))
H A DClangASTSource.cpp102 bool ClangASTSource::FindExternalVisibleDeclsByName( function in class:ClangASTSource
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h143 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
H A DExternalASTSource.h151 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h97 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp111 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { function in class:MultiplexExternalSemaSource
114 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name);
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp230 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
273 bool ExternalSource::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:clang::ExternalSource
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp32 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx,
40 "AppleObjCExternalASTSource::FindExternalVisibleDeclsByName"
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1986 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7956 ASTReader::FindExternalVisibleDeclsByName(const DeclContext *DC,

Completed in 398 milliseconds