Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h138 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp79 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer
140 InitLexer(InputFile.getBufferStart(), InputFile.getBufferStart(), in Lexer()
152 InitLexer(BufStart, BufPtr, BufEnd); in Lexer()