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()
1818 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
1909 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1971 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
2051 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
2128 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
2195 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2271 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2412 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2440 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine()
2514 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2689 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2738 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2846 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
2869 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
2913 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
2950 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd()
2962 bool Lexer::lexEditorPlaceholder(Token &Result, const char *CurPtr) { in lexEditorPlaceholder()
3009 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local
3102 const char *CurPtr) { in CheckUnicodeWhitespace()
3116 bool Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
3206 const char *CurPtr = BufferPtr; in LexTokenInternal() local