Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h360 void FindDeclInModules(NameSearchContext &context, ConstString name);
H A DClangASTSource.cpp657 FindDeclInModules(context, name); in FindExternalVisibleDecls()
848 void ClangASTSource::FindDeclInModules(NameSearchContext &context, in FindDeclInModules() function in ClangASTSource