Home
last modified time | relevance | path

Searched refs:LookAhead (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseInit.cpp34 return PP.LookAhead(0).is(tok::colon); in MayBeDesignationStart()
DParseExprCXX.cpp310 PP.LookAhead(1).is(tok::identifier)) { in ParseOptionalCXXScopeSpecifier()
/external/clang/include/clang/Lex/
DPreprocessor.h564 const Token &LookAhead(unsigned N) { in LookAhead() function
/external/clang/include/clang/Parse/
DParser.h391 return PP.LookAhead(N-1); in GetLookAheadToken()
397 return PP.LookAhead(0); in NextToken()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp725 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
727 if (LookAhead == 0) in RestoreHazardCheckerBottomUp()
730 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead); in RestoreHazardCheckerBottomUp()