Searched refs:peekNextChar (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp84 int TGLexer::peekNextChar(int Index) { function in class:TGLexer
145 NextChar = peekNextChar(i++);
151 int NextNextChar = peekNextChar(i);
H A DTGLexer.h118 int peekNextChar(int Index);

Completed in 50 milliseconds