Searched refs:mangled_cstr (Results 1 – 2 of 2) sorted by relevance
147 const char *mangled_cstr = NULL; in IndexUnitImpl() local181 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()296 if (mangled_cstr) { in IndexUnitImpl()301 if (name && name != mangled_cstr && in IndexUnitImpl()302 ((mangled_cstr[0] == '_') || in IndexUnitImpl()303 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()324 if (mangled_cstr && !is_declaration) in IndexUnitImpl()325 set.types.Insert(ConstString(mangled_cstr), in IndexUnitImpl()348 if (mangled_cstr && name != mangled_cstr && in IndexUnitImpl()349 ((mangled_cstr[0] == '_') || (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()[all …]
951 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local958 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()