Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h374 void FillNamespaceMap(NameSearchContext &context, lldb::ModuleSP module_sp,
H A DClangASTSource.cpp593 FillNamespaceMap(context, module_sp, namespace_decl); in FindExternalVisibleDecls()
645 void ClangASTSource::FillNamespaceMap( in FillNamespaceMap() function in ClangASTSource