Searched refs:TextToInsert (Results 1 – 3 of 3) sorted by relevance
697 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local698 TextToInsert += " "; in checkDeprecatedCommand()701 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
1473 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local 1474 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough() 1477 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
5059 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local5060 TextToInsert += ' '; in setTagNameForLinkagePurposes()5061 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()5065 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()