| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 98 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 D | Commit.cpp | 43 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 D | EditedSource.cpp | 281 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 D | FixItRewriter.cpp | 40 : 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 D | Vsix.cs | 2 using Microsoft.VisualStudio.Editor; 6 using Microsoft.VisualStudio.Text.Editor;
|
| H A D | ClangFormatPackage.cs | 18 using Microsoft.VisualStudio.Text.Editor;
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | main.c | 64 char *Editor = EDITOR_DFLT; variable 450 Editor = cp; 452 Editor = cp; 454 Editor = cp; 569 Editor = xstrdup (optarg); 1061 free (Editor);
|
| H A D | expand_path.c | 282 return Editor; 284 return Editor; 286 return Editor;
|
| H A D | logmsg.c | 190 if (strcmp (Editor, "") == 0 && !editinfo_editor) 285 run_setup (editinfo_editor ? editinfo_editor : Editor);
|
| H A D | run.c | 215 if (!strcmp (run_argv[0], Editor) && setegid (getgid ()))
|
| H A D | cvs.h | 365 extern char *Tmpdir, *Editor;
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | wordprocessors | 54 >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 D | softquad | 6 # Author/Editor and RulesBuilder
|
| /openbsd-src/gnu/llvm/clang/include/clang/Edit/ |
| H A D | Commit.h | 55 EditedSource *Editor = nullptr; variable 63 explicit Commit(EditedSource &Editor);
|
| /openbsd-src/share/snmp/ |
| H A D | OPENBSD-BASE-MIB.txt | 30 "Editor: Reyk Floeter 34 Editor: Joel Knight
|
| H A D | SNMP-USM-HMAC-SHA2-MIB.txt | 13 Editor: Johannes Merkle 21 Co-Editor: Manfred Lochter
|
| H A D | OPENBSD-SENSORS-MIB.txt | 32 "Editor: Reyk Floeter 36 Editor: Joel Knight
|
| H A D | OPENBSD-MEM-MIB.txt | 35 "Editor: Reyk Floeter
|
| H A D | SNMPv2-TM.txt | 34 Editor: Randy Presuhn
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .gitignore | 54 # Editor by-products
|
| /openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 66 edit::EditedSource Editor; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 79 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 D | README | 87 expect. The tab stop setting is in the "Editor" or "Tabs" section of
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebtut.pod | 126 Editor support available. 356 Editor support available. 485 Editor support available.
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-9 | 254 * Editor, avoiding invocation of: Common options. 258 * Editor, specifying per module: editinfo.
|