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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h85 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
191 /// The worker function for FindExternalVisibleDeclsByName.
218 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
220 return m_original.FindExternalVisibleDeclsByName(DC, Name);
H A DASTUtils.h61 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
63 return m_Source->FindExternalVisibleDeclsByName(DC, Name);
328 bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
331 if (Sources[i]->FindExternalVisibleDeclsByName(DC, Name))
H A DClangASTSource.cpp99 bool ClangASTSource::FindExternalVisibleDeclsByName( function in class:ClangASTSource
184 // printf("[%5u] FindExternalVisibleDeclsByName() \"%s\"\n", g_depth,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h143 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
H A DExternalASTSource.h153 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp111 ExternalASTSource::FindExternalVisibleDeclsByName(const DeclContext *DC, function in class:ExternalASTSource
H A DExternalASTMerger.cpp479 bool ExternalASTMerger::FindExternalVisibleDeclsByName(const DeclContext *DC,
H A DDeclBase.cpp1593 // FindExternalVisibleDeclsByName if needed. Exception: if we're not
1653 if (Source->FindExternalVisibleDeclsByName(this, Name) || !R.second) {
1878 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h98 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp106 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) { function in class:MultiplexExternalSemaSource
109 AnyDeclsFound |= Sources[i]->FindExternalVisibleDeclsByName(DC, Name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp31 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx,
41 "AppleObjCExternalASTSource::FindExternalVisibleDeclsByName[%"
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1879 bool FindExternalVisibleDeclsByName(const DeclContext *DC,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7510 ASTReader::FindExternalVisibleDeclsByName(const DeclContext *DC,

Completed in 135 milliseconds