Searched refs:namespace_name (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 1085 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol() local 1087 IsAnonymousNamespaceName(namespace_name) ? nullptr in GetDeclContextContainingSymbol() 1088 : namespace_name.data(); in GetDeclContextContainingSymbol()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1531 if (const char *namespace_name = parent_decl_ctx_die.GetName()) { in GetCPlusPlusQualifiedName() local 1533 qualified_name.insert(0, namespace_name); in GetCPlusPlusQualifiedName() 3444 const char *namespace_name = die.GetName(); in ResolveNamespaceDIE() local 3451 namespace_name, containing_decl_ctx, GetOwningClangModule(die), in ResolveNamespaceDIE()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valops.c | 2558 const char *namespace_name = TYPE_TAG_NAME (curtype); in value_maybe_namespace_elt() local 2561 sym = cp_lookup_symbol_namespace (namespace_name, name, NULL, in value_maybe_namespace_elt()
|
H A D | dwarf2read.c | 909 static const char *namespace_name (struct die_info *die, 4274 name = namespace_name (die, &is_anonymous, cu); in read_namespace() 4333 namespace_name (struct die_info *die, int *is_anonymous, struct dwarf2_cu *cu) in namespace_name() function 7272 namespace_name (parent, &dummy, in determine_prefix()
|
H A D | ChangeLog | 11802 (determine_prefix, determin_prefix_aux, class_name, namespace_name) 12801 into namespace_name. Rename previous_namespace to previous_prefix 12803 (namespace_name): New function.
|