Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1083 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol() local
1085 IsAnonymousNamespaceName(namespace_name) ? nullptr in GetDeclContextContainingSymbol()
1086 : namespace_name.data(); in GetDeclContextContainingSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1604 if (const char *namespace_name = parent_decl_ctx_die.GetName()) { in GetUniqueTypeNameAndDeclaration() local
1606 qualified_name.insert(0, namespace_name); in GetUniqueTypeNameAndDeclaration()
3516 const char *namespace_name = die.GetName(); in ResolveNamespaceDIE() local
3523 namespace_name, containing_decl_ctx, GetOwningClangModule(die), in ResolveNamespaceDIE()