Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h160 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp83 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer
145 InitLexer(InputFile.getBufferStart(), InputFile.getBufferStart(), in Lexer()
159 InitLexer(BufStart, BufPtr, BufEnd); in Lexer()