Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp259 context = m_clang.GetUniqueNamespaceDeclaration(str.c_str(), context); in CreateDeclInfoForType()
528 context = m_clang.GetUniqueNamespaceDeclaration(ns_name.c_str(), context); in CreateDeclInfoForUndecoratedName()
571 context = m_clang.GetUniqueNamespaceDeclaration(ns.c_str(), context); in GetParentDeclContextForSymbol()
810 return m_clang.GetUniqueNamespaceDeclaration(name.str().c_str(), &context); in GetOrCreateNamespaceDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h360 GetUniqueNamespaceDeclaration(const char *name, clang::DeclContext *decl_ctx);
363 GetUniqueNamespaceDeclaration(clang::ASTContext *ast, const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1050 m_ast.GetUniqueNamespaceDeclaration(namespace_name_c_str, in GetDeclContextContainingSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1154 ClangASTContext::GetUniqueNamespaceDeclaration( in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1899 ClangASTContext::GetUniqueNamespaceDeclaration(const char *name, in GetUniqueNamespaceDeclaration() function in ClangASTContext
1958 NamespaceDecl *ClangASTContext::GetUniqueNamespaceDeclaration( in GetUniqueNamespaceDeclaration() function in ClangASTContext
1964 return ast_ctx->GetUniqueNamespaceDeclaration(name, decl_ctx); in GetUniqueNamespaceDeclaration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3802 namespace_decl = m_ast.GetUniqueNamespaceDeclaration(namespace_name, in ResolveNamespaceDIE()