Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp800 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
833 if (isNSStringType(RT, C.getASTContext())) { in checkPostCall()
853 } else if (isNSStringType(RT, C.getASTContext()) && in checkPostCall()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp143 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { in isNSStringType() function
2761 bool NotNSStringTy = !isNSStringType(Ty, S.Context); in handleFormatArgAttr()
2772 if (!isNSStringType(Ty, S.Context) && in handleFormatArgAttr()
2956 if (!isNSStringType(Ty, S.Context)) { in handleFormatAttr()