Searched refs:mangled_cstr (Results 1 – 2 of 2) sorted by relevance
227 const char *mangled_cstr = nullptr; in IndexUnitImpl() local254 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()322 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()325 if (mangled_cstr) { in IndexUnitImpl()330 if (name && name != mangled_cstr && in IndexUnitImpl()331 ((mangled_cstr[0] == '_') || in IndexUnitImpl()332 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()352 if (mangled_cstr && !is_declaration) in IndexUnitImpl()353 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()374 if (mangled_cstr && name != mangled_cstr && in IndexUnitImpl()[all …]
1032 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local1042 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()