| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | Commit.cpp | 24 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 31 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 36 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 43 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() 103 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap() 116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() 132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() [all …]
|
| H A D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() 216 Commit &commit) { in rewriteToDictionarySubscriptGet() 226 Commit &commit) { in rewriteToArraySubscriptSet() 260 Commit &commit) { in rewriteToDictionarySubscriptSet() 291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax() 328 const NSAPI &NS, Commit &commit, 331 const NSAPI &NS, Commit &commit); [all …]
|
| H A D | EditedSource.cpp | 276 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 D | CMakeLists.txt | 6 Commit.cpp
|
| /openbsd-src/gnu/llvm/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 23 class Commit; variable 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| H A D | Commit.h | 29 class Commit { 63 explicit Commit(EditedSource &Editor); 64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
| H A D | EditedSource.h | 32 class Commit; variable 86 bool commit(const Commit &commit);
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 236 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() 327 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 333 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 339 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 457 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty() 664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() 707 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl() 762 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl() 882 edit::Commit commit(*Editor); in migrateProtocolConformance() 935 edit::Commit commit(*Editor); in migrateNSEnumDecl() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | ChangeLog-2005 | 114 * po/es.po: Commit new Spanish translation. 116 * po/fr.po: Commit new French translation. 124 * po/tr.po: Commit new Turkish translation.
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 293 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument 299 Commit = nullptr; in parseNumbers() 302 if (Error Err = readAsInt(Commit)) in parseNumbers()
|
| /openbsd-src/gnu/usr.bin/clang/libclangEdit/ |
| H A D | Makefile | 10 SRCS= Commit.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Edit/ |
| H A D | BUILD.gn | 11 "Commit.cpp",
|
| /openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/ |
| H A D | README.patching | 22 5. Commit all changes (preferably to a branch)
|
| H A D | README.release | 48 11. Commit any changes to blead (or submit it as a patch if you don't have a
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
| H A D | README.patching | 22 5. Commit all changes (preferably to a branch)
|
| H A D | README.release | 48 11. Commit any changes to blead (or submit it as a patch if you don't have a
|
| /openbsd-src/gnu/llvm/llvm/utils/git/ |
| H A D | github-automation.py | 97 def phab_get_commit_approvers(phab_token:str, commit:github.Commit.Commit) -> list: argument
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 154 edit::Commit commit(Editor); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 70 * 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
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MyFirstTypoFix.rst | 306 Commit locally 412 Commit by proxy 451 Commit access 482 Commit section in Commit access
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 132 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 294 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 303 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 320 TPA.Commit(); in ParseOptionalCXXScopeSpecifier() 788 TPA.Commit(); in TryParseLambdaExpression() 794 TPA.Commit(); in TryParseLambdaExpression() 3669 TPA.Commit(); in ParseRequiresExpression() 3682 TPA.Commit(); in ParseRequiresExpression()
|
| H A D | ParseOpenMP.cpp | 384 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 397 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 429 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 444 TPA.Commit(); in ParseOpenMPDeclareReductionDirective() 2077 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2557 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2566 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 2580 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective() 3975 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause() 4549 TPA.Commit(); in ParseOpenMPVarList()
|
| H A D | ParseTemplate.cpp | 1591 TPA.Commit(); in ParseTemplateArgument() 1797 TPA.Commit(); in diagnoseUnknownTemplateId() 1845 TPA.Commit(); in checkPotentialAngleBracket()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | index.rst | 106 <https://discourse.llvm.org/c/subprojects/lldb>`__. Commit
|