Searched defs:Editor (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Rewrite/
H A DFixItRewriter.h60 edit::EditedSource Editor; member in class:clang::FixItRewriter
/external/clang/include/clang/Edit/
H A DCommit.h50 EditedSource *Editor; member in class:clang::edit::Commit
56 explicit Commit(EditedSource &Editor);
59 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(0),
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp38 llvm::OwningPtr<edit::EditedSource> Editor; member in class:__anon3017::ObjCMigrateASTConsumer
60 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
129 edit::Commit commit(*Consumer.Editor);
131 Consumer.Editor->commit(commit);
135 edit::Commit commit(*Consumer.Editor);
137 Consumer.Editor->commit(commit);
185 Editor->applyRewrites(Rec);
/external/clang/lib/Edit/
H A DCommit.cpp38 Commit::Commit(EditedSource &Editor) argument
39 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()),
40 PPRec(Editor.getPreprocessingRecord()),
41 Editor(&Editor), IsCommitable(true) { }
290 if (!Editor)
292 return Editor->canInsertInOffset(OrigLoc, Offs);
/external/webkit/Source/WebCore/editing/
H A DEditor.h82 class Editor { class in namespace:WebCore
84 Editor(Frame*);
85 ~Editor();
322 // We should make these functions private when their callers in Frame are moved over here to Editor
438 inline void Editor::setStartNewKillRingSequence(bool flag)
443 inline const VisibleSelection& Editor::mark() const
448 inline void Editor::setMark(const VisibleSelection& selection)
453 inline bool Editor::markedTextMatchesAreHighlighted() const
H A DEditor.cpp28 #include "Editor.h"
99 VisibleSelection Editor::selectionForCommand(Event* event)
122 EditingBehavior Editor::behavior() const
130 EditorClient* Editor::client() const
138 TextCheckerClient* Editor::textChecker() const
145 void Editor::handleKeyboardEvent(KeyboardEvent* event)
151 void Editor::handleInputMethodKeydown(KeyboardEvent* event)
157 bool Editor::handleTextEvent(TextEvent* event)
182 bool Editor::canEdit() const
187 bool Editor
1046 Editor::Editor(Frame* frame) function in class:WebCore::Editor
[all...]

Completed in 86 milliseconds