Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp159 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
2763 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2773 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
2947 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp170 static inline bool isCFStringType(QualType T, ASTContext &Ctx) { in isCFStringType() function
3241 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3251 !isCFStringType(Ty, S.Context) && in handleFormatArgAttr()
3417 if (!isCFStringType(Ty, S.Context)) { in handleFormatAttr()
5441 !isCFStringType(VD->getType(), S.Context)) { in handleNSErrorDomain()