Home
last modified time | relevance | path

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

/freebsd/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 setTagNameForLinkagePurposes() local
4953 TextToInsert += ' '; in setTagNameForLinkagePurposes()
4954 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()
4958 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()