Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp736 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
769 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall()
789 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp139 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
2688 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
2699 if (!isNSStringType(Ty, S.Context) && in handleFormatArgAttr()
2883 if (!isNSStringType(Ty, S.Context)) { in handleFormatAttr()