Lines Matching refs:BufferPtr
70 BufferPtr = BufPtr;
80 if (BufferStart == BufferPtr) {
88 BufferPtr += BOMLength;
187 L->BufferPtr = StrData;
1460 BufferPtr += Bytes;
1461 if (BufferPtr > BufferEnd)
1462 BufferPtr = BufferEnd;
1483 const char *IdStart = BufferPtr;
1562 if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
1570 // Update the location of token as well as BufferPtr.
1571 const char *TokStart = BufferPtr;
1626 Diag(BufferPtr, diag::warn_cxx98_compat_unicode_literal);
1638 Diag(BufferPtr, diag::warn_unterminated_string);
1663 // Update the location of the token as well as the BufferPtr instance var.
1664 const char *TokStart = BufferPtr;
1679 Diag(BufferPtr, diag::warn_cxx98_compat_raw_string_literal);
1731 Diag(BufferPtr, diag::err_unterminated_raw_string)
1742 // Update the location of token as well as BufferPtr.
1743 BufferPtr;
1776 // Update the location of token as well as BufferPtr.
1777 const char *TokStart = BufferPtr;
1791 Diag(BufferPtr, diag::warn_cxx98_compat_unicode_literal);
1796 Diag(BufferPtr, diag::err_empty_character);
1810 Diag(BufferPtr, diag::warn_unterminated_char);
1833 // Update the location of token as well as BufferPtr.
1834 const char *TokStart = BufferPtr;
1840 /// Update BufferPtr to point to the next non-whitespace character and return.
1858 BufferPtr = CurPtr;
1881 BufferPtr = CurPtr;
1887 /// BufferPtr and return.
1895 Diag(BufferPtr, diag::ext_bcpl_comment);
1986 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
1988 BufferPtr = CurPtr;
1999 BufferPtr = CurPtr;
2014 BufferPtr = CurPtr;
2136 Diag(BufferPtr, diag::err_unterminated_block_comment);
2146 BufferPtr = CurPtr;
2229 Diag(BufferPtr, diag::err_unterminated_block_comment);
2242 BufferPtr = CurPtr;
2255 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2257 BufferPtr = CurPtr;
2278 BufferPtr = CurPtr;
2295 // CurPtr - Cache BufferPtr in an automatic variable.
2296 const char *CurPtr = BufferPtr;
2321 BufferPtr = CurPtr-1;
2349 // Update the location of token as well as BufferPtr.
2361 BufferPtr = BufferEnd;
2383 BufferPtr = CurPtr;
2402 const char *TmpBufferPtr = BufferPtr;
2410 BufferPtr = TmpBufferPtr;
2477 BufferPtr = CurPtr;
2517 BufferPtr = CurPtr;
2548 // CurPtr - Cache BufferPtr in an automatic variable.
2549 const char *CurPtr = BufferPtr;
2565 BufferPtr = CurPtr;
2654 CurPtr = BufferPtr;
2998 Diag(BufferPtr, diag::ext_charize_microsoft);
3074 Diag(BufferPtr, diag::warn_cxx98_compat_less_colon_colon);
3182 Diag(BufferPtr, diag::ext_charize_microsoft);
3232 // Update the location of token as well as BufferPtr.