Searched refs:InitLexer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 160 void InitLexer(const char *BufStart, const char *BufPtr, const char *BufEnd);
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 127 void Lexer::InitLexer(const char *BufStart, const char *BufPtr, in InitLexer() function in Lexer 189 InitLexer(InputFile.getBufferStart(), InputFile.getBufferStart(), in Lexer() 203 InitLexer(BufStart, BufPtr, BufEnd); in Lexer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11021 {"_ZN5clang5Lexer9InitLexerEPKcS2_S2_", "clang::Lexer::InitLexer(char const*, char const*, char con…
|