Home | History | Annotate | Download | only in libclang

Lines Matching full:xtext

984       StringRef XText = GetTypedName(X, XBuffer);
988 if (XText.empty() || YText.empty())
989 return !XText.empty();
991 int result = XText.compare_lower(YText);
997 result = XText.compare(YText);