Searched refs:FormatExpr (Results 1 – 3 of 3) sorted by relevance
783 FormatExpr = FormatExpr.trim(SpaceChars); in parseNumericSubstitutionBlock()784 if (!FormatExpr.consume_front("%")) in parseNumericSubstitutionBlock()786 SM, FormatExpr, in parseNumericSubstitutionBlock()794 if (FormatExpr.consume_front(".")) { in parseNumericSubstitutionBlock()795 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()796 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()800 if (!FormatExpr.empty()) { in parseNumericSubstitutionBlock()804 switch (popFront(FormatExpr)) { in parseNumericSubstitutionBlock()833 FormatExpr = FormatExpr.ltrim(SpaceChars); in parseNumericSubstitutionBlock()834 if (!FormatExpr.empty()) in parseNumericSubstitutionBlock()[all …]
2562 Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInObjCAPI() local2564 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) { in DiagnoseCStringFormatDirectiveInObjCAPI()2567 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInObjCAPI()
1181 const auto *FormatExpr = in checkFortifiedBuiltinMemoryFunction() local1184 const auto *Format = dyn_cast<StringLiteral>(FormatExpr); in checkFortifiedBuiltinMemoryFunction()1229 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction() local1231 if (auto *Format = dyn_cast<StringLiteral>(FormatExpr)) { in checkFortifiedBuiltinMemoryFunction()5703 const Expr *FormatExpr = Args[Idx]; in DiagnoseCStringFormatDirectiveInCFAPI() local5704 if (const CStyleCastExpr *CSCE = dyn_cast<CStyleCastExpr>(FormatExpr)) in DiagnoseCStringFormatDirectiveInCFAPI()5705 FormatExpr = CSCE->getSubExpr(); in DiagnoseCStringFormatDirectiveInCFAPI()5708 dyn_cast<ObjCStringLiteral>(FormatExpr->IgnoreParenImpCasts())) in DiagnoseCStringFormatDirectiveInCFAPI()5711 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts()); in DiagnoseCStringFormatDirectiveInCFAPI()5715 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) in DiagnoseCStringFormatDirectiveInCFAPI()