Home
last modified time | relevance | path

Searched refs:Editor (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor; member in __anonc9f6c99f0111::ObjCMigrateASTConsumer
134 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()
327 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
329 Consumer.Editor->commit(commit); in VisitObjCMessageExpr()
333 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
335 Consumer.Editor->commit(commit); in VisitObjCMessageExpr()
339 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
342 Consumer.Editor->commit(commit); in VisitObjCMessageExpr()
883 edit::Commit commit(*Editor); in migrateProtocolConformance()
886 Editor->commit(commit); in migrateProtocolConformance()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
DCommit.cpp43 Commit::Commit(EditedSource &Editor) in Commit() argument
44 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()), in Commit()
45 PPRec(Editor.getPPCondDirectiveRecord()), in Commit()
46 Editor(&Editor) {} in Commit()
291 if (!Editor) in canInsertInOffset()
293 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
DEditedSource.cpp281 EditedSource &Editor; in commit() member
283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit()
284 Editor.startingCommit(); in commit()
288 Editor.finishedCommit(); in commit()
/freebsd-12-stable/contrib/tcsh/
Dsrc.desc1 Editor functions (ed.*c)
2 ed.chared.c: Editor basic function implementation. (Motion/Search etc.)
3 ed.defns.c: Editor command tables.
4 ed.init.c: Editor initialization. Tty/signal setup.
6 ed.inputl.c: Editor input, editor command parser, and dispatcher.
7 ed.refresh.c: Editor refreshing. How to change the old line to the current.
/freebsd-12-stable/release/packages/
DMakefile.package33 ee_COMMENT= Easy Editor Utilities
34 ee_DESC= Easy Editor Utilities
79 vi_COMMENT= Vi Editor
80 vi_DESC= Vi Editor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp40 : Diags(Diags), Editor(SourceMgr, LangOpts), Rewrite(SourceMgr, LangOpts), in FixItRewriter()
86 Editor.applyRewrites(Rec); in WriteFixedFiles()
154 edit::Commit commit(Editor); in HandleDiagnostic()
189 if (!Editor.commit(commit)) { in HandleDiagnostic()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Edit/
DCommit.h55 EditedSource *Editor = nullptr; variable
63 explicit Commit(EditedSource &Editor);
/freebsd-12-stable/contrib/file/magic/Magdir/
Dwordprocessors227 # Corel Program Editor/Ed Editor
229 >>9 byte 1 Corel Editor macro
230 >>9 byte 2 Corel Editor help file
231 >>9 byte 3 Corel Editor keyboard file
232 >>9 byte 25 Corel Editor macro resource file
234 >>>9 byte x Corel Program Editor/Ed Editor: Unknown filetype %d
235 # Corel Macro Editor
241 >>>9 byte x Corel Macro Editor: Unknown filetype %d
Deditors42 # kate (K Advanced Text Editor)
Dsoftquad6 # Author/Editor and RulesBuilder
/freebsd-12-stable/contrib/dialog/samples/
Dmenubox1016 Editor "" \
Dchecklist1024 Editor "" off \
Dradiolist1024 Editor "" off \
/freebsd-12-stable/contrib/tcsh/nls/german/
Dset610 8 *** Editor fataler FEHLER ***\r\n\n
Dset31 $ Editor function descriptions
61 59 Starte angehaltenen Editor wieder
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h66 edit::EditedSource Editor; variable
/freebsd-12-stable/contrib/tcsh/nls/ja/
Dset31 $ Editor function descriptions
/freebsd-12-stable/contrib/tcsh/nls/greek/
Dset31 $ Editor function descriptions
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits() local
81 if (Editor.commit(commit)) { in mergeFixits()
83 Editor.applyRewrites(Rec); in mergeFixits()
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
DREADME21 The final OID has to be registered with IANA and this is done by the RFC Editor when the NTPv4 MIB …
Dntpsnmpd-opts.def72 and this is done by the RFC Editor
/freebsd-12-stable/usr.bin/ee/nls/de_DE.ISO8859-1/
Dee.msg38 28 "Editor beenden"
174 164 "speichere Editor-Konfiguration"
/freebsd-12-stable/tools/tools/
DREADME20 editing Editor modes and the like to help editing FreeBSD code.
/freebsd-12-stable/usr.sbin/bsdconfig/include/
Doptions.hlp74 Editor: Specify which screen editor to use.
/freebsd-12-stable/contrib/tcsh/nls/russian/
Dset31 $ Editor function descriptions

123