HomeSort by relevance Sort by last modified time
    Searched defs:NewPosition (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Tooling/Core/
Replacement.cpp 147 unsigned NewPosition = Position;
153 NewPosition += I->getOffset() + I->getLength() - Position;
154 NewPosition += I->getReplacementText().size() - I->getLength();
156 return NewPosition;
163 unsigned NewPosition = Position;
170 NewPosition += I->getOffset() + I->getLength() - Position;
171 NewPosition += I->getReplacementText().size() - I->getLength();
173 return NewPosition;
  /art/compiler/
elf_writer_debug.cc 337 static bool NewPosition(void* ctx, uint32_t address, uint32_t line) {
350 DebugInfoCallbacks::NewPosition,

Completed in 70 milliseconds