Searched refs:YText (Results 1 – 1 of 1) sorted by relevance
1026 StringRef YText = GetTypedName(Y, YBuffer); in operator ()() local1028 if (XText.empty() || YText.empty()) in operator ()()1031 int result = XText.compare_insensitive(YText); in operator ()()1037 result = XText.compare(YText); in operator ()()