Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp704 SmallString<64> TextToInsert(" "); in checkDeprecatedCommand() local
705 TextToInsert += AttributeSpelling; in checkDeprecatedCommand()
708 TextToInsert); in checkDeprecatedCommand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1289 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1290 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1293 FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()