Home
last modified time | relevance | path

Searched refs:isNSStringType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp175 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
3016 bool not_nsstring_type = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
3028 if (!isNSStringType(Ty, S.Context) && in handleFormatArgAttr()
3231 if (!isNSStringType(Ty, S.Context)) { in handleFormatAttr()