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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 230 // Store an artificial EOF token to ensure that we don't run off the end of
232 Token Eof;
233 Eof.startToken();
234 Eof.setKind(tok::eof);
235 Eof.setLocation(Tok.getLocation());
236 Toks.push_back(Eof);
362 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
426 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
437 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
    [all...]
ParseDecl.cpp 157 Token Eof;
158 Eof.startToken();
159 Eof.setLocation(Tok.getLocation());
160 LA->Toks.push_back(Eof);
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/gtest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 25 Eof, Error,
  /external/llvm/lib/TableGen/
TGLexer.h 32 Eof, Error,
  /external/llvm/lib/AsmParser/
LLToken.h 21 Eof, Error,

Completed in 269 milliseconds