Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp149 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
2432 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2442 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2616 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()