Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp178 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
3282 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3292 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3458 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()
5505 !isCFStringType(VD->getType(), S.Context)) { in handleNSErrorDomain()