Home
last modified time | relevance | path

Searched refs:Commit (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Edit/
H A DCommit.cpp43 Commit::Commit(EditedSource &Editor) in Commit() function in Commit
48 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
64 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange()
91 bool Commit::remove(CharSourceRange range) { in remove()
116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner()
165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
212 void Commit::addRemove(SourceLocation OrigLoc, in addRemove()
296 bool Commit::canRemoveRange(CharSourceRange range, in canRemoveRange()
340 bool Commit::isAtStartOfMacroExpansion(SourceLocation loc, in isAtStartOfMacroExpansion()
[all …]
H A DRewriteObjCFoundationAPI.cpp181 Commit &commit) { in rewriteToSubscriptGetCommon()
205 Commit &commit) { in rewriteToArraySubscriptGet()
215 Commit &commit) { in rewriteToDictionarySubscriptGet()
225 Commit &commit) { in rewriteToArraySubscriptSet()
259 Commit &commit) { in rewriteToDictionarySubscriptSet()
327 const NSAPI &NS, Commit &commit,
330 const NSAPI &NS, Commit &commit);
332 const NSAPI &NS, Commit &commit);
375 static void objectifyExpr(const Expr *E, Commit &commit);
378 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
[all …]
H A DEditedSource.cpp276 bool EditedSource::commit(const Commit &commit) { in commit()
292 for (edit::Commit::edit_iterator in commit()
294 const edit::Commit::Edit &edit = *I; in commit()
296 case edit::Commit::Act_Insert: in commit()
299 case edit::Commit::Act_InsertFromRange: in commit()
304 case edit::Commit::Act_Remove: in commit()
H A DCMakeLists.txt6 Commit.cpp
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DRewriters.h23 class Commit; variable
26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
33 const NSAPI &NS, Commit &commit);
H A DCommit.h29 class Commit {
63 explicit Commit(EditedSource &Editor);
64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
H A DEditedSource.h32 class Commit; variable
86 bool commit(const Commit &commit);
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp882 edit::Commit commit(*Editor); in migrateProtocolConformance()
948 edit::Commit commit(*Editor); in migrateNSEnumDecl()
1221 edit::Commit commit(*Editor); in migrateProperty()
1235 edit::Commit commit(*Editor); in migrateProperty()
1261 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer()
1273 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer()
1399 edit::Commit commit(*Editor); in AnnotateImplicitBridging()
1476 edit::Commit commit(*Editor); in AddCFAnnotations()
1643 edit::Commit commit(*Editor); in migrateAddMethodAnnotation()
1736 edit::Commit commit(*Editor); in InsertFoundation()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp293 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument
299 Commit = nullptr; in parseNumbers()
302 if (Error Err = readAsInt(Commit)) in parseNumbers()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Edit/
H A DBUILD.gn11 "Commit.cpp",
/llvm-project-15.0.7/llvm/utils/git/
H A Dgithub-automation.py91 …_approvers(phab_token:str, repo:github.Repository.Repository, commit:github.Commit.Commit) -> list: argument
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp154 edit::Commit commit(Editor); in HandleDiagnostic()
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst70 * Commit, squash, merge, and fork locally without touching the remote server.
151 What About Commit Emails?
296 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`.
297 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-monocheckout-multicommit>`.
298 * :ref:`Commit an API Change in LLVM and Update the Sub-projects <workflow-cross-repo-commit>`.
311 Checkout/Clone a Single Project, with Commit Access
374 Checkout/Clone Multiple Projects, with Commit Access
432 Commit an API Change in LLVM and Update the Sub-projects
682 perhaps a ``README`` or project build script update. Commit ``UM8``
730 Commit ``UM3`` changed files not related to submodules and we need
/llvm-project-15.0.7/llvm/docs/
H A DMyFirstTypoFix.rst306 Commit locally
412 Commit by proxy
451 Commit access
482 Commit section in Commit access
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def132 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp383 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
396 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
428 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
443 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
2074 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2545 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
2554 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
2568 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
3828 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause()
4376 TPA.Commit(); in ParseOpenMPVarList()
H A DParseExprCXX.cpp292 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
301 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
318 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
786 TPA.Commit(); in TryParseLambdaExpression()
792 TPA.Commit(); in TryParseLambdaExpression()
3603 TPA.Commit(); in ParseRequiresExpression()
3616 TPA.Commit(); in ParseRequiresExpression()
H A DParseTemplate.cpp1572 TPA.Commit(); in ParseTemplateArgument()
1778 TPA.Commit(); in diagnoseUnknownTemplateId()
1826 TPA.Commit(); in checkPotentialAngleBracket()
H A DParseStmt.cpp2498 PA.Commit(); in trySkippingFunctionBody()
2513 PA.Commit(); in trySkippingFunctionBody()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dsimplifycfg.ll5 ; before loop optimizations as Commit 1d51dc38d89b
/llvm-project-15.0.7/llvm/unittests/Object/
H A DMinidumpTest.cpp599 EXPECT_EQ(MemoryState::Commit, Info.State); in TEST()
/llvm-project-15.0.7/lldb/docs/
H A Dindex.rst106 <https://discourse.llvm.org/c/subprojects/lldb>`__. Commit
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp2452 const NSAPI &, edit::Commit &)) { in applyCocoaAPICheck() argument
2458 edit::Commit ECommit(SM, S.LangOpts); in applyCocoaAPICheck()
2465 for (edit::Commit::edit_iterator in applyCocoaAPICheck()
2467 const edit::Commit::Edit &Edit = *I; in applyCocoaAPICheck()
2469 case edit::Commit::Act_Insert: in applyCocoaAPICheck()
2474 case edit::Commit::Act_InsertFromRange: in applyCocoaAPICheck()
2480 case edit::Commit::Act_Remove: in applyCocoaAPICheck()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1230 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt()
1256 clang::edit::Commit commit(editor); in RewriteExpression()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp62 edit::Commit commit(SM, LangOpts); in mergeFixits()

12