Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor; member in __anon0304ea920111::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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A 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()
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A 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()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c118 return Editor; in expand_variable()
120 return Editor; in expand_variable()
122 return Editor; in expand_variable()
H A Dmain.c70 char *Editor = EDITOR_DFLT; variable
608 Editor = cp; in main()
610 Editor = cp; in main()
612 Editor = cp; in main()
747 if (free_Editor) free (Editor); in main()
748 Editor = xstrdup (optarg); in main()
H A Dlogmsg.c213 if (strcmp (Editor, "") == 0) in do_editor()
294 run_setup (Editor); in do_editor()
H A Drun.c275 if (!strcmp (run_argv[0], Editor) && setegid (getgid ())) in run_exec()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs2 using Microsoft.VisualStudio.Editor;
6 using Microsoft.VisualStudio.Text.Editor;
H A DClangFormatPackage.cs18 using Microsoft.VisualStudio.Text.Editor;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DCommit.h55 EditedSource *Editor = nullptr; variable
63 explicit Commit(EditedSource &Editor);
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A 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
H A Deditors42 # kate (K Advanced Text Editor)
H A Dsoftquad7 # Author/Editor and RulesBuilder
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A D.gitignore54 # Editor by-products
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h66 edit::EditedSource Editor; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits() local
81 if (Editor.commit(commit)) { in mergeFixits()
83 Editor.applyRewrites(Rec); in mergeFixits()
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A DREADME21 The final OID has to be registered with IANA and this is done by the RFC Editor when the NTPv4 MIB …
H A Dntpsnmpd-opts.def72 and this is done by the RFC Editor
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dsolaris2.em41 Cf. Linker and Libraries Guide, Ch. 2, Link-Editor, Generating the Output
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dsolaris2.em41 Cf. Linker and Libraries Guide, Ch. 2, Link-Editor, Generating the Output
/netbsd-src/external/bsd/openldap/dist/doc/guide/
H A Dpreamble.sdf122 RFC Editor|RFC Editor|https://www.rfc-editor.org/
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4505.txt414 Editor's Address
497 Funding for the RFC Editor function is provided by the IETF
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3112.txt375 [RFC2234] Crocker, D., Editor, P. Overell, "Augmented BNF for Syntax
485 Funding for the RFC Editor function is currently provided by the
H A Drfc3727.txt271 Funding for the RFC Editor function is currently provided by the

123456