Lines Matching defs:CurPtr
560 const char *CurPtr = Buffer.begin(); in ComputePreamble() local
1459 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN()
1481 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char()
1502 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier()
1590 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1653 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
1744 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1802 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
1882 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
1919 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
1987 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2046 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2182 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2210 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine()
2284 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2458 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2506 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2609 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
2632 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
2677 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
2742 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local
2836 const char *CurPtr) { in CheckUnicodeWhitespace()
2850 bool Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
2938 const char *CurPtr = BufferPtr; in LexTokenInternal() local