Searched refs:isNSStringType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 896 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 D | SemaDeclAttr.cpp | 162 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()
|