Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h160 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp79 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer
141 InitLexer(InputFile.getBufferStart(), InputFile.getBufferStart(), in Lexer()
155 InitLexer(BufStart, BufPtr, BufEnd); in Lexer()