Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp901 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
934 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall()
954 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp159 static inline bool isNSStringType(QualType T, ASTContext &Ctx, in isNSStringType() function
3365 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
3376 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr()
3552 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true)) { in handleFormatAttr()
5612 if (!isNSStringType(VD->getType(), S.Context) && in handleNSErrorDomain()