Searched refs:isNSStringType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 901 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()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 160 static inline bool isNSStringType(QualType T, ASTContext &Ctx, in isNSStringType() function 3666 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr() 3683 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr() 3872 if (!isNSStringType(Ty, S.Context, true) && in handleFormatAttr() 5930 if (!isNSStringType(VD->getType(), S.Context) && in handleNSErrorDomain()
|