Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp695 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local
696 TextToInsert += " "; in checkDeprecatedCommand()
699 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1333 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1334 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1337 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
H A DSemaDecl.cpp4952 llvm::SmallString<40> TextToInsert; in handleTagNumbering()
4953 TextToInsert += ' '; in handleTagNumbering()
4954 TextToInsert += NewTD->getIdentifier()->getName(); in handleTagNumbering()
4958 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in handleTagNumbering()
5088 llvm::SmallString<40> TextToInsert; setTagNameForLinkagePurposes() local