Home
last modified time | relevance | path

Searched refs:makeCharRange (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1648 static inline CharSourceRange makeCharRange(Lexer &L, const char *Begin, in makeCharRange() function
1800 makeCharRange(*this, CurPtr, UCNPtr), in tryConsumeIdentifierUCN()
1809 makeCharRange(*this, CurPtr, UCNPtr)); in tryConsumeIdentifierUCN()
1812 makeCharRange(*this, CurPtr, UCNPtr), in tryConsumeIdentifierUCN()
1853 makeCharRange(*this, CharStart, UnicodePtr), /*IsFirst=*/false); in tryConsumeIdentifierUTF8Char()
1861 makeCharRange(*this, CharStart, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1863 makeCharRange(*this, CharStart, UnicodePtr), in tryConsumeIdentifierUTF8Char()
1866 makeCharRange(*this, CharStart, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1885 makeCharRange(*this, BufferPtr, CurPtr)); in LexUnicodeIdentifierStart()
1887 makeCharRange(*this, BufferPtr, CurPtr), in LexUnicodeIdentifierStart()
[all …]