Home
last modified time | relevance | path

Searched refs:RegisterNamespaceMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h202 void RegisterNamespaceMap(const clang::NamespaceDecl *decl,
H A DClangASTSource.cpp1464 m_ast_importer_sp->RegisterNamespaceMap(copied_namespace_decl, in AddNamespace()
H A DClangASTImporter.cpp978 void ClangASTImporter::RegisterNamespaceMap(const clang::NamespaceDecl *decl, in RegisterNamespaceMap() function in ClangASTImporter