Home | History | Annotate | Download | only in libclang

Lines Matching full:xtext

974       StringRef XText = GetTypedName(X, XBuffer);
978 if (XText.empty() || YText.empty())
979 return !XText.empty();
981 int result = XText.compare_lower(YText);
987 result = XText.compare(YText);