Lines Matching defs:CurPtr
603 const char *CurPtr = Buffer.begin(); in ComputePreamble() local
1596 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN()
1618 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char()
1642 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier()
1755 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1820 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
1911 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1973 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
2053 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
2130 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
2197 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2273 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2414 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2442 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine()
2516 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2691 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2740 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2848 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
2871 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
2915 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
2952 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd()
2964 bool Lexer::lexEditorPlaceholder(Token &Result, const char *CurPtr) { in lexEditorPlaceholder()
3011 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local
3104 const char *CurPtr) { in CheckUnicodeWhitespace()
3118 bool Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
3208 const char *CurPtr = BufferPtr; in LexTokenInternal() local