Lines Matching defs:alternates
533 std::vector<ConstString> alternates;
537 /// and `const`ness for the given symbol. The output parameter `alternates`
547 alternates.push_back(ConstString(fixed_scratch));
555 alternates.push_back(ConstString(fixed_scratch));
565 alternates.push_back(char_fixup);
570 alternates.push_back(long_fixup);
576 alternates.push_back(ulong_fixup);
580 alternates.push_back(ctor_fixup);
582 return alternates;
604 std::vector<ConstString> alternates;
605 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates);
609 for (size_t i = 0; i < alternates.size(); i++) {
610 ConstString alternate_mangled_name = alternates[i];