Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp158 static inline bool isNSStringType(QualType T, ASTContext &Ctx, in isNSStringType() function
3280 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
3291 if (!isNSStringType(Ty, S.Context, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr()
3467 if (!isNSStringType(Ty, S.Context)) { in handleFormatAttr()
5504 if (!isNSStringType(VD->getType(), S.Context) && in handleNSErrorDomain()