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

  /external/clang/lib/Lex/
PPLexerChange.cpp 340 const char *EndPos = CurLexer->BufferEnd;
341 if (EndPos != CurLexer->BufferStart &&
342 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
343 --EndPos;
346 if (EndPos != CurLexer->BufferStart &&
347 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
348 EndPos[-1] != EndPos[0]
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 171 unsigned EndPos;
174 EndPos = RawOffs+RawTok.getLength();
188 RB.InsertTextBefore(EndPos, "*/");
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 832 size_t EndPos = End - String.begin();
833 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
834 Prev = EndPos + 1;
835 i = EndPos;
    [all...]

Completed in 70 milliseconds