HomeSort by relevance Sort by last modified time
    Searched defs:peekNextChar (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.cpp 84 int TGLexer::peekNextChar(int Index) {
145 NextChar = peekNextChar(i++);
151 int NextNextChar = peekNextChar(i);
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 48 int peekNextChar() {
164 if (Lex.peekNextChar() == '<') {
178 if (Lex.peekNextChar() == '>') {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 86 int TGLexer::peekNextChar(int Index) {
147 NextChar = peekNextChar(i++);
153 int NextNextChar = peekNextChar(i);

Completed in 290 milliseconds