Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp180 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
3668 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3684 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3873 !isCFStringType(Ty, S.Context) && in handleFormatAttr()
5931 !isCFStringType(VD->getType(), S.Context)) { in handleNSErrorDomain()