Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp159 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
2763 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2773 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2947 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()