Searched refs:NewText (Results 1 – 3 of 3) sorted by relevance
84 std::string NewText{}; in insertQualifierAfter() local85 NewText += First->TokenText; in insertQualifierAfter()86 NewText += " " + Qualifier; in insertQualifierAfter()98 NewText += First->TokenText; in insertQualifierBefore()125 std::string NewText; in rotateTokens() local129 NewText += " "; in rotateTokens()135 if (!NewText.empty() && !endsWithSpace(NewText)) in rotateTokens()136 NewText += " "; in rotateTokens()138 NewText += Tok->TokenText; in rotateTokens()144 if (!NewText.empty() && !startsWithSpace(NewText)) in rotateTokens()[all …]
131 std::string NewText; in sortPropertyAttributes() local137 NewText += ", "; in sortPropertyAttributes()140 NewText += PropertyEntry.Attribute; in sortPropertyAttributes()143 NewText += '='; in sortPropertyAttributes()144 NewText += Value; in sortPropertyAttributes()150 auto Replacement = tooling::Replacement(SourceMgr, Range, NewText); in sortPropertyAttributes()
2187 SmallString<512> NewText; in applyEditsToTemp() local2188 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()2201 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()