Lines Matching refs:Alias
454 std::string Alias;457 Alias = Name;460 Alias += (Alias[Alias.size()-1] == '*') ? "*" : " *";462 // If Alias is the same as the underlying type, e.g. wchar_t, then drop it.463 if (S == Alias)464 Alias.clear();467 if (!Alias.empty())468 return std::string("'") + Alias + "' (aka '" + S + "')";