Searched refs:InitLexer (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 96 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 138 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 55 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()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 79 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()
|