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

  /external/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 157 void commitInsert(SourceLocation loc, StringRef text);
248 commitInsert(act.Loc, act.Text1);
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) {
456 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName());
488 commitInsert(loc, replacementText);
  /external/clang/lib/Edit/
EditedSource.cpp 95 bool EditedSource::commitInsert(SourceLocation OrigLoc,
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
279 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev);

Completed in 1672 milliseconds