Searched refs:InitLexer (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 90 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 65 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer 122 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(), in Lexer() 136 InitLexer(BufStart, BufPtr, BufEnd); in Lexer() 149 InitLexer(FromFile->getBufferStart(), FromFile->getBufferStart(), in Lexer()
|