Searched refs:TextToInsert (Results 1 – 3 of 3) sorted by relevance
696 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local697 TextToInsert += " "; in checkDeprecatedCommand()700 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
1309 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local1310 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()1313 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
5008 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local5009 TextToInsert += ' '; in setTagNameForLinkagePurposes()5010 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()5014 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()