Lines Matching defs:CurPtr
560 const char *CurPtr = Buffer.begin(); in ComputePreamble() local
1428 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN()
1450 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char()
1471 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier()
1559 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1621 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
1712 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1770 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
1850 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
1887 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
1955 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2014 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2150 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2178 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine()
2252 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2426 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2474 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2577 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
2600 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
2645 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
2710 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local
2804 const char *CurPtr) { in CheckUnicodeWhitespace()
2818 bool Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
2906 const char *CurPtr = BufferPtr; in LexTokenInternal() local