Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
HDCommit.cpp24 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 …]
HDRewriteObjCFoundationAPI.cpp60 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 …]
HDEditedSource.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()
/freebsd-13-stable/crypto/openssh/
HDChangeLog15 OpenBSD-Commit-ID: 7bcd4ffe0fa1e27ff98d451fb9c22f5fae6e610d
25 OpenBSD-Commit-ID: c656ac4abd1504389d1733d85152044b15830217
36 OpenBSD-Commit-ID: 02703b4bd207fafd03788bc4e7774bf80be6c9a8
56 OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318
66 OpenBSD-Commit-ID: 26d81a430811672bc762687166986cad40d28cc0
76 OpenBSD-Commit-ID: b1c6acec66cd5bd1252feff1d02ad7129ced37c7
93 OpenBSD-Commit-ID: d1eebedb8c902002b75b75debfe1eeea1801f58a
150 OpenBSD-Commit-ID: 303417285f1a73b9cb7a2ae78d3f493bbbe31f98
182 OpenBSD-Commit-ID: 8933369b33c17b5f02479503d0a92d87bc3a574b
190 OpenBSD-Commit-ID: 1c81f37b138b8b66abba811fec836388a0f3e6da
[all …]
HDFREEBSD-upgrade34 07) Commit:
105 18) Commit, and hunker down for the inevitable storm of complaints.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
HDRewriters.h23 class Commit; variable
26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
33 const NSAPI &NS, Commit &commit);
HDCommit.h29 class Commit {
63 explicit Commit(EditedSource &Editor);
64 Commit(const SourceManager &SM, const LangOptions &LangOpts,
HDEditedSource.h32 class Commit; variable
86 bool commit(const Commit &commit);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
661 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
704 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
759 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
879 edit::Commit commit(*Editor); in migrateProtocolConformance()
932 edit::Commit commit(*Editor); in migrateNSEnumDecl()
[all …]
/freebsd-13-stable/contrib/less/
HDFREEBSD-upgrade16 13. Commit and tag the result.
25 18. Commit the result.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFModuleDefinition.cpp303 Error parseNumbers(uint64_t *Reserve, uint64_t *Commit) { in parseNumbers() argument
309 Commit = nullptr; in parseNumbers()
312 if (Error Err = readAsInt(Commit)) in parseNumbers()
/freebsd-13-stable/sys/contrib/openzfs/.github/
HDCONTRIBUTING.md29 * [Commit Message Formats](#commit-message-formats)
134 [Commit Message Formats](#commit-message-formats) section for more information.
208 ### Commit Message Formats
210 Commit messages for new changes must meet the following guidelines:
271 a Git Commit Message](https://chris.beams.io/posts/git-commit/).
/freebsd-13-stable/contrib/file/
HDRELEASE-PROCEDURE8 4) Commit changes into CVS
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDbcm4709-buffalo-wxr-1900dhp.dts101 /* Commit mode set by switch? */
HDbcm4708-buffalo-wzr-1750dhp.dts115 /* Commit mode set by switch? */
/freebsd-13-stable/contrib/subversion/subversion/svn/schema/
HDcommon.rnc41 ## Commit info.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFixItRewriter.cpp155 edit::Commit commit(Editor); in HandleDiagnostic()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMinidumpConstants.def133 HANDLE_MDMP_MEMSTATE(0x01000, Commit, MEM_COMMIT)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp390 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
403 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
435 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
450 TPA.Commit(); in ParseOpenMPDeclareReductionDirective()
2088 TPA.Commit(); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2690 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
2699 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
2713 TPA.Commit(); in ParseOpenMPDeclarativeOrExecutableDirective()
3972 TPA.Commit(); in ParseOpenMPSingleExprWithArgClause()
4665 TPA.Commit(); in ParseOpenMPVarList()
HDParseExprCXX.cpp326 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
335 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
352 TPA.Commit(); in ParseOptionalCXXScopeSpecifier()
860 TPA.Commit(); in TryParseLambdaExpression()
866 TPA.Commit(); in TryParseLambdaExpression()
3800 TPA.Commit(); in ParseRequiresExpression()
3813 TPA.Commit(); in ParseRequiresExpression()
HDParseTemplate.cpp1503 TPA.Commit(); in ParseTemplateArgument()
1715 TPA.Commit(); in diagnoseUnknownTemplateId()
1763 TPA.Commit(); in checkPotentialAngleBracket()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp1205 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt()
1231 clang::edit::Commit commit(editor); in RewriteExpression()
/freebsd-13-stable/contrib/wpa/hostapd/
HDandroid.config206 # entropy is maintained across reboots. Commit b410eb1913 'Initialize
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDDiagnosticRenderer.cpp61 edit::Commit commit(SM, LangOpts); in mergeFixits()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2464 const NSAPI &, edit::Commit &)) { in applyCocoaAPICheck() argument
2470 edit::Commit ECommit(SM, S.LangOpts); in applyCocoaAPICheck()
2477 for (edit::Commit::edit_iterator in applyCocoaAPICheck()
2479 const edit::Commit::Edit &Edit = *I; in applyCocoaAPICheck()
2481 case edit::Commit::Act_Insert: in applyCocoaAPICheck()
2486 case edit::Commit::Act_InsertFromRange: in applyCocoaAPICheck()
2492 case edit::Commit::Act_Remove: in applyCocoaAPICheck()

12