Searched refs:isNSStringType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 902 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function 935 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall() 955 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 161 static inline bool isNSStringType(QualType T, ASTContext &Ctx, in isNSStringType() function 3767 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr() 3784 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr() 3979 if (!isNSStringType(Ty, S.Context, true) && in handleFormatAttr() 6049 if (!isNSStringType(VD->getType(), S.Context) && in handleNSErrorDomain()
|