Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1309 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1310 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1313 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
H A DSemaDecl.cpp5008 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local
5009 TextToInsert += ' '; in setTagNameForLinkagePurposes()
5010 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()
5014 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()