Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp704 SmallString<64> TextToInsert(" "); in checkDeprecatedCommand() local
705 TextToInsert += AttributeSpelling; in checkDeprecatedCommand()
709 TextToInsert); in checkDeprecatedCommand()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1136 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1137 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1140 FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()