Home | History | Annotate | Download | only in libclang

Lines Matching full:ytext

976       StringRef YText = GetTypedName(Y, YBuffer);
978 if (XText.empty() || YText.empty())
981 int result = XText.compare_lower(YText);
987 result = XText.compare(YText);