• Home
  • Raw
  • Download

Lines Matching defs:CurPtr

571     const char *CurPtr = Buffer->getBufferStart();  in ComputePreamble()  local
1418 void Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier()
1543 void Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
1585 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr) { in LexUDSuffix()
1625 void Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
1680 void Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
1759 void Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral()
1794 void Lexer::LexCharConstant(Token &Result, const char *CurPtr, in LexCharConstant()
1856 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr) { in SkipWhitespace()
1908 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr) { in SkipLineComment()
2035 bool Lexer::SaveLineComment(Token &Result, const char *CurPtr) { in SaveLineComment()
2063 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine()
2137 bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr) { in SkipBlockComment()
2310 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local
2358 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile()
2438 static const char *FindConflictEnd(const char *CurPtr, const char *BufferEnd, in FindConflictEnd()
2461 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker()
2506 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker()
2571 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local
2660 void Lexer::LexUnicode(Token &Result, uint32_t C, const char *CurPtr) { in LexUnicode()
2723 const char *CurPtr = BufferPtr; in LexTokenInternal() local