Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCommentSema.cpp704 SmallString<64> TextToInsert(" "); in checkDeprecatedCommand() local
705 TextToInsert += AttributeSpelling; in checkDeprecatedCommand()
709 TextToInsert); in checkDeprecatedCommand()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp1131 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1132 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1135 FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()