Home
last modified time | relevance | path

Searched refs:TextToInsert (Results 1 – 5 of 5) 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/llvm-project/clang/lib/AST/
DCommentSema.cpp724 SmallString<64> TextToInsert = AttributeSpelling; in checkDeprecatedCommand() local
725 TextToInsert += " "; in checkDeprecatedCommand()
728 << FixItHint::CreateInsertion(Loc, 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()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1311 SmallString<64> TextToInsert(AnnotationSpelling); in DiagnoseSwitchLabelsFallthrough() local
1312 TextToInsert += "; "; in DiagnoseSwitchLabelsFallthrough()
1315 << FixItHint::CreateInsertion(L, TextToInsert); in DiagnoseSwitchLabelsFallthrough()
DSemaDecl.cpp4506 llvm::SmallString<40> TextToInsert; in setTagNameForLinkagePurposes() local
4507 TextToInsert += ' '; in setTagNameForLinkagePurposes()
4508 TextToInsert += NewTD->getIdentifier()->getName(); in setTagNameForLinkagePurposes()
4512 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()