Home
last modified time | relevance | path

Searched refs:TextToInsert (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp696 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local
697 TextToInsert += " "; in checkDeprecatedCommand()
700 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1305 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1306 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1309 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
H A DSemaDecl.cpp4932 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local
4933 TextToInsert += ' '; in setTagNameForLinkagePurposes()
4934 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()
4938 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()