Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp896 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
929 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall()
949 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp162 static inline bool isNSStringType(QualType T, ASTContext &Ctx, in isNSStringType() function
3818 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
3835 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr()
4031 if (!isNSStringType(Ty, S.Context, true) && in handleFormatAttr()