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()
1305 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local1306 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()1309 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
4932 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local4933 TextToInsert += ' '; in setTagNameForLinkagePurposes()4934 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()4938 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()