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 319 const char *EndPos = CurLexer->BufferEnd;
320 if (EndPos != CurLexer->BufferStart &&
321 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
322 --EndPos;
325 if (EndPos != CurLexer->BufferStart &&
326 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
327 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 831 size_t EndPos = End - String.begin();
832 AsmOperands.push_back(AsmOperand(String.slice(i, EndPos+1)));
833 Prev = EndPos + 1;
834 i = EndPos;
    [all...]

Completed in 1691 milliseconds