Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp166 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
3245 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3255 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3422 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()