Searched refs:StringType (Results 1 – 4 of 4) sorted by relevance
1276 template <typename StringType>1289 if (i1 == StringType::npos || i2 == StringType::npos) {1300 template <typename StringType>1340 const StringType& s2(s);1364 const StringType string_;1374 template <typename StringType>1410 const StringType& s2(s);1470 const StringType& s2(s);1486 const StringType prefix_;1529 const StringType& s2(s);[all …]
544 template <typename StringType>545 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix()
1622 template <typename StringType>1623 bool IsSubstringPred(const StringType& needle, in IsSubstringPred()1624 const StringType& haystack) { in IsSubstringPred()1625 return haystack.find(needle) != StringType::npos; in IsSubstringPred()1632 template <typename StringType>1636 const StringType& needle, const StringType& haystack) { in IsSubstringImpl()
10632 const QualType StringType = StringRefExpr->getType(); in diagnoseStringPlusChar() local10635 if (!StringType->isAnyPointerType()) in diagnoseStringPlusChar()10639 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()