Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp179 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
3367 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3377 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3543 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()
5613 !isCFStringType(VD->getType(), S.Context)) { in handleNSErrorDomain()