Lines Matching refs:makeCharRange
1629 static inline CharSourceRange makeCharRange(Lexer &L, const char *Begin, in makeCharRange() function
1781 makeCharRange(*this, CurPtr, UCNPtr), in tryConsumeIdentifierUCN()
1790 makeCharRange(*this, CurPtr, UCNPtr)); in tryConsumeIdentifierUCN()
1793 makeCharRange(*this, CurPtr, UCNPtr), in tryConsumeIdentifierUCN()
1834 makeCharRange(*this, CharStart, UnicodePtr), /*IsFirst=*/false); in tryConsumeIdentifierUTF8Char()
1842 makeCharRange(*this, CharStart, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1844 makeCharRange(*this, CharStart, UnicodePtr), in tryConsumeIdentifierUTF8Char()
1847 makeCharRange(*this, CharStart, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1866 makeCharRange(*this, BufferPtr, CurPtr)); in LexUnicodeIdentifierStart()
1868 makeCharRange(*this, BufferPtr, CurPtr), in LexUnicodeIdentifierStart()
1871 makeCharRange(*this, BufferPtr, CurPtr)); in LexUnicodeIdentifierStart()
1892 makeCharRange(*this, BufferPtr, CurPtr), /*IsStart*/ true); in LexUnicodeIdentifierStart()
3468 CharSourceRange URange = makeCharRange(*this, KindLoc, KindLoc + 1); in tryReadNumericUCN()
3551 << makeCharRange(*this, StartName, CurPtr - CharSize); in tryReadNamedUCN()
3555 makeCharRange(*this, StartName, CurPtr - CharSize), in tryReadNamedUCN()
3663 << makeCharRange(*this, BufferPtr, CurPtr); in CheckUnicodeWhitespace()