Searched refs:TextToInsert (Results 1 – 3 of 3) sorted by relevance
695 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local696 TextToInsert += " "; in checkDeprecatedCommand()699 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
1333 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local1334 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()1337 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
5088 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local5089 TextToInsert += ' '; in setTagNameForLinkagePurposes()5090 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()5094 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()