Home
last modified time | relevance | path

Searched defs:LookAhead (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp221 const char *LookAhead = CurPtr; in doLookAhead() local
/external/clang/include/clang/Lex/
DPreprocessor.h877 const Token &LookAhead(unsigned N) { in LookAhead() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp886 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1907 property LookAhead: TANTLRInterfaceArray read GetLookAhead write SetLookAhead; property