Searched refs:Editor (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/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-current/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor; member in class:__anon250::ObjCMigrateASTConsumer
134 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
327 edit::Commit commit(*Consumer.Editor);
329 Consumer.Editor->commit(commit);
333 edit::Commit commit(*Consumer.Editor);
335 Consumer.Editor->commit(commit);
339 edit::Commit commit(*Consumer.Editor);
342 Consumer.Editor->commit(commit);
882 edit::Commit commit(*Editor);
885 Editor
[all...]
/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp43 Commit::Commit(EditedSource &Editor) argument
44 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()),
45 PPRec(Editor.getPPCondDirectiveRecord()),
46 Editor(&Editor) {}
291 if (!Editor)
293 return Editor->canInsertInOffset(OrigLoc, Offs);
H A DEditedSource.cpp281 EditedSource &Editor; member in struct:CommitRAII
283 CommitRAII(EditedSource &Editor) : Editor(Editor) { argument
284 Editor.startingCommit();
288 Editor.finishedCommit();
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h66 edit::EditedSource Editor; member in class:clang::FixItRewriter
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp40 : Diags(Diags), Editor(SourceMgr, LangOpts), Rewrite(SourceMgr, LangOpts),
86 Editor.applyRewrites(Rec);
154 edit::Commit commit(Editor);
189 if (!Editor.commit(commit)) {
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h55 EditedSource *Editor = nullptr; member in class:clang::edit::Commit
63 explicit Commit(EditedSource &Editor);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dexpand_path.c284 return Editor;
286 return Editor;
288 return Editor;
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 Drun.c215 if (!strcmp (run_argv[0], Editor) && setegid (getgid ()))
H A Dlogmsg.c190 if (strcmp (Editor, "") == 0 && !editinfo_editor)
285 run_setup (editinfo_editor ? editinfo_editor : Editor);
H A Dcvs.h365 extern char *Tmpdir, *Editor;
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp79 edit::EditedSource Editor(SM, LangOpts);
80 if (Editor.commit(commit)) {
82 Editor.applyRewrites(Rec);
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL266 # Editor
528 my $entry = _prompt($description, "Editor", $ed);
775 my $entry = _prompt($description, 'Editor', $ed);
795 my $entry = _prompt( $desc, 'Editor', $editor );
993 -e Editor to use.
1486 Editor to use.

Completed in 295 milliseconds