Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h96 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
/external/clang/lib/Lex/
DLexer.cpp55 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer
114 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(), in Lexer()
135 InitLexer(BufStart, BufPtr, BufEnd); in Lexer()