Searched refs:mangled_cstr (Results 1 – 2 of 2) sorted by relevance
197 const char *mangled_cstr = nullptr; in IndexUnitImpl() local224 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()292 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()295 if (mangled_cstr) { in IndexUnitImpl()300 if (name && name != mangled_cstr && in IndexUnitImpl()301 ((mangled_cstr[0] == '_') || in IndexUnitImpl()302 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()322 if (mangled_cstr && !is_declaration) in IndexUnitImpl()323 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()343 if (mangled_cstr && name != mangled_cstr && in IndexUnitImpl()[all …]
1023 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local1033 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()