Home
last modified time | relevance | path

Searched refs:FindDeclInModules (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h360 void FindDeclInModules(NameSearchContext &context, ConstString name);
H A DClangASTSource.cpp638 FindDeclInModules(context, name); in FindExternalVisibleDecls()
840 void ClangASTSource::FindDeclInModules(NameSearchContext &context, in FindDeclInModules() function in ClangASTSource