OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Editor
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
66
edit::EditedSource
Editor
;
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h
55
EditedSource *
Editor
= nullptr;
63
explicit Commit(EditedSource &
Editor
);
/src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp
281
EditedSource &
Editor
;
283
CommitRAII(EditedSource &
Editor
) :
Editor
(
Editor
) {
284
Editor
.startingCommit();
288
Editor
.finishedCommit();
/src/external/gpl2/xcvs/dist/src/
main.c
70
char *
Editor
= EDITOR_DFLT;
303
" -e
editor
Use '
editor
' for editing log information.\n",
608
Editor
= cp;
610
Editor
= cp;
612
Editor
= cp;
747
if (free_Editor) free (
Editor
);
748
Editor
= xstrdup (optarg);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
98
std::unique_ptr<edit::EditedSource>
Editor
;
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);
883
edit::Commit commit(*
Editor
);
886
Editor
->commit(commit)
[
all
...]
Completed in 50 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026