Lines Matching defs:CurPtr

606     const char *CurPtr = Buffer.begin();  in ComputePreamble()  local
1696 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN()
1737 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char()
1778 const char *CurPtr) { in LexUnicodeIdentifierStart()
1823 bool Lexer::LexIdentifierContinue(Token &Result, const char *CurPtr) { in LexIdentifierContinue()
1919 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1984 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
2076 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
2137 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
2217 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
2294 bool Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
2361 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace()
2437 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment()
2603 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2631 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, Lexer *L, in isEndOfBlockCommentWithEscapedNewLine()
2719 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, in SkipBlockComment()
2946 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2995 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
3115 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
3138 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
3182 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
3219 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd()
3231 bool Lexer::lexEditorPlaceholder(Token &Result, const char *CurPtr) { in lexEditorPlaceholder()
3283 const char *CurPtr = StartPtr + CharSize; in tryReadNumericUCN() local
3382 const char *CurPtr = StartPtr + CharSize; in tryReadNamedUCN() local
3531 const char *CurPtr) { in CheckUnicodeWhitespace()
3593 const char *CurPtr = BufferPtr; in LexTokenInternal() local