Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp702 SmallString<64> TextToInsert(" "); in checkDeprecatedCommand() local
703 TextToInsert += AttributeSpelling; in checkDeprecatedCommand()
707 TextToInsert); in checkDeprecatedCommand()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1161 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1162 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1165 FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()