Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor; member in __anon1ecb545e0111::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()
882 edit::Commit commit(*Editor); in migrateProtocolConformance()
885 Editor->commit(commit); in migrateProtocolConformance()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dmain.c64 char *Editor = EDITOR_DFLT; variable
450 Editor = cp;
452 Editor = cp;
454 Editor = cp;
569 Editor = xstrdup (optarg);
1061 free (Editor);
H A Dexpand_path.c282 return Editor;
284 return Editor;
286 return Editor;
H A Dlogmsg.c190 if (strcmp (Editor, "") == 0 && !editinfo_editor)
285 run_setup (editinfo_editor ? editinfo_editor : Editor);
H A Drun.c215 if (!strcmp (run_argv[0], Editor) && setegid (getgid ()))
H A Dcvs.h365 extern char *Tmpdir, *Editor;
/openbsd-src/usr.bin/file/magdir/
H A Dwordprocessors54 >8 short 1793 Editor macro
55 >8 short 1794 Editor help file
56 >8 short 1795 Editor keyboard file
57 >8 short 1817 Editor macro resource file
H A Dsoftquad6 # Author/Editor and RulesBuilder
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h55 EditedSource *Editor = nullptr; variable
63 explicit Commit(EditedSource &Editor);
/openbsd-src/share/snmp/
H A DOPENBSD-BASE-MIB.txt30 "Editor: Reyk Floeter
34 Editor: Joel Knight
H A DSNMP-USM-HMAC-SHA2-MIB.txt13 Editor: Johannes Merkle
21 Co-Editor: Manfred Lochter
H A DOPENBSD-SENSORS-MIB.txt32 "Editor: Reyk Floeter
36 Editor: Joel Knight
H A DOPENBSD-MEM-MIB.txt35 "Editor: Reyk Floeter
H A DSNMPv2-TM.txt34 Editor: Randy Presuhn
/openbsd-src/gnu/llvm/libcxx/
H A D.gitignore54 # Editor by-products
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h66 edit::EditedSource Editor; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp79 edit::EditedSource Editor(SM, LangOpts); in mergeFixits() local
80 if (Editor.commit(commit)) { in mergeFixits()
82 Editor.applyRewrites(Rec); in mergeFixits()
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A DREADME87 expect. The tab stop setting is in the "Editor" or "Tabs" section of
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebtut.pod126 Editor support available.
356 Editor support available.
485 Editor support available.
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-9254 * Editor, avoiding invocation of: Common options.
258 * Editor, specifying per module: editinfo.

12