Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp724 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local
725 TextToInsert += " "; in checkDeprecatedCommand()
728 << FixItHint::CreateInsertion(Loc, TextToInsert); in checkDeprecatedCommand()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1313 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1314 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1317 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
H A DSemaDecl.cpp4527 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local
4528 TextToInsert += ' '; in setTagNameForLinkagePurposes()
4529 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()
4533 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()