Searched refs:isNSStringType (Results 1 – 4 of 4) sorted by relevance
896 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function929 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall()949 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
1042 bool isNSStringType(QualType T, bool AllowNSAttributedString = false);
1489 bool SemaObjC::isNSStringType(QualType T, bool AllowNSAttributedString) { in isNSStringType() function in clang::SemaObjC
3343 bool NotNSStringTy = !S.ObjC().isNSStringType(Ty); in handleFormatArgAttr()3359 if (!S.ObjC().isNSStringType(Ty, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr()3555 if (!S.ObjC().isNSStringType(Ty, true) && !S.ObjC().isCFStringType(Ty) && in handleFormatAttr()