Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp155 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
2690 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2700 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2874 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()