Searched refs:GetUniqueNamespaceDeclaration (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h330 GetUniqueNamespaceDeclaration(const char *name, clang::DeclContext *decl_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1055 m_ast.GetUniqueNamespaceDeclaration(namespace_name_c_str,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp806 return m_clang.GetUniqueNamespaceDeclaration(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1024 m_clang_ast_context->GetUniqueNamespaceDeclaration(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3461 namespace_decl = m_ast.GetUniqueNamespaceDeclaration(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1629 NamespaceDecl *ClangASTContext::GetUniqueNamespaceDeclaration( function in class:ClangASTContext
1678 assert(false && "GetUniqueNamespaceDeclaration called with no name and "

Completed in 201 milliseconds