HomeSort by relevance Sort by last modified time
    Searched refs:EditedSource (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Edit/
Android.mk 5 EditedSource.cpp \
EditedSource.cpp 1 //===----- EditedSource.cpp - Collection of source edits ------------------===//
10 #include "clang/Edit/EditedSource.h"
26 StringRef EditedSource::copyString(const Twine &twine) {
31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
85 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
143 void EditedSource::commitRemove(SourceLocation OrigLoc,
220 bool EditedSource::commit(const Commit &commit) {
332 void EditedSource::applyRewrites(EditsReceiver &receiver) {
369 void EditedSource::clearRewrites()
    [all...]
Commit.cpp 12 #include "clang/Edit/EditedSource.h"
38 Commit::Commit(EditedSource &Editor)
  /external/clang/include/clang/Edit/
EditedSource.h 1 //===----- EditedSource.h - Collection of source edits ----------*- C++ -*-===//
27 class EditedSource {
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
Commit.h 23 class EditedSource;
51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 20 #include "clang/Edit/EditedSource.h"
60 edit::EditedSource Editor;
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 15 #include "clang/Edit/EditedSource.h"
116 edit::EditedSource Editor(SM, LangOpts);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 19 #include "clang/Edit/EditedSource.h"
54 OwningPtr<edit::EditedSource> Editor;
81 Editor.reset(new edit::EditedSource(Context.getSourceManager(),

Completed in 89 milliseconds