Lines Matching defs:FixIt
1817 std::string FixIt;
1821 FixIt = ", ";
1824 FixIt += "apply_to";
1827 FixIt += " = ";
1852 FixIt += "any(";
1858 FixIt += ", ";
1861 FixIt += attr::getSubjectMatchRuleSpelling(
1864 FixIt += ")";
1870 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt);
1873 CharSourceRange::getCharRange(FixItRange), FixIt);