Searched refs:EndPos (Results 1 – 4 of 4) sorted by relevance
275 const char *EndPos = CurLexer->BufferEnd; in getCurLexerEndPos() local276 if (EndPos != CurLexer->BufferStart && in getCurLexerEndPos()277 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) { in getCurLexerEndPos()278 --EndPos; in getCurLexerEndPos()281 if (EndPos != CurLexer->BufferStart && in getCurLexerEndPos()282 (EndPos[-1] == '\n' || EndPos[-1] == '\r') && in getCurLexerEndPos()283 EndPos[-1] != EndPos[0]) in getCurLexerEndPos()284 --EndPos; in getCurLexerEndPos()287 return EndPos; in getCurLexerEndPos()408 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local[all …]
171 unsigned EndPos; in RewriteMacrosInInput() local174 EndPos = RawOffs+RawTok.getLength(); in RewriteMacrosInInput()188 RB.InsertTextBefore(EndPos, "*/"); in RewriteMacrosInInput()
198 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4; in readGCNO() local215 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) { in readGCNO()226 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) { in readGCNO()
881 size_t EndPos = End - String.begin(); in tokenizeAsmString() local882 addAsmOperand(i, EndPos+1); in tokenizeAsmString()883 Prev = EndPos + 1; in tokenizeAsmString()884 i = EndPos; in tokenizeAsmString()