Searched refs:mangled_cstr (Results 1 – 2 of 2) sorted by relevance
243 const char *mangled_cstr = nullptr; in IndexUnitImpl() local270 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()338 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()341 if (mangled_cstr) { in IndexUnitImpl()346 if (name && name != mangled_cstr && in IndexUnitImpl()347 ((mangled_cstr[0] == '_') || in IndexUnitImpl()348 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()349 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()368 if (mangled_cstr && !is_declaration) in IndexUnitImpl()369 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()[all …]
1018 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local1028 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()