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

  /external/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /external/clang/lib/Edit/
Commit.cpp 242 return canInsertInOffset(loc, offs);
277 return canInsertInOffset(loc, offs);
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
292 return Editor->canInsertInOffset(OrigLoc, Offs);
EditedSource.cpp 61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
98 if (!canInsertInOffset(OrigLoc, Offs))

Completed in 375 milliseconds