Searched refs:isNSStringType (Results 1 – 1 of 1) sorted by relevance
133 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function2430 bool not_nsstring_type = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()2441 if (!isNSStringType(Ty, S.Context) && in handleFormatArgAttr()2625 if (!isNSStringType(Ty, S.Context)) { in handleFormatAttr()