Home
last modified time | relevance | path

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

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