Searched refs:FormatString (Results 1 – 8 of 8) sorted by relevance
90 FormatString.o: CommentCommandList.inc.h91 FormatString.o: DeclNodes.inc.h92 FormatString.o: DiagnosticCommonKinds.inc.h93 FormatString.o: StmtNodes.inc.h94 FormatString.po: CommentCommandList.inc.h95 FormatString.po: DeclNodes.inc.h96 FormatString.po: DiagnosticCommonKinds.inc.h97 FormatString.po: StmtNodes.inc.h
18 FormatString.cpp \
132 static void formatErrorString(StringRef FormatString, in formatErrorString() argument135 while (!FormatString.empty()) { in formatErrorString()136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString()141 FormatString = Pieces.second.drop_front(); in formatErrorString()
140 unsigned getCustomDiagID(Level L, StringRef FormatString);
602 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID()604 StringRef(FormatString, N - 1)); in getCustomDiagID()
315 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() argument318 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
1186 const StringLiteral *FormatString; in DiagnoseCStringFormatDirectiveInCFAPI() local1189 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()1191 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts()); in DiagnoseCStringFormatDirectiveInCFAPI()1192 if (!FormatString) in DiagnoseCStringFormatDirectiveInCFAPI()1194 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInCFAPI()
2278 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local2279 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInObjCAPI()