Home
last modified time | relevance | path

Searched refs:PeekAhead (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DPPCaching.cpp86 const Token &Preprocessor::PeekAhead(unsigned N) { in PeekAhead() function in Preprocessor
/external/v8/src/parsing/
Dscanner.h367 Token::Value PeekAhead();
463 Token::Value ensure_next_next = PeekAhead(); in HasAnyLineTerminatorAfterNext()
Dparser-base.h612 INLINE(Token::Value PeekAhead()) { in INLINE() argument
614 return scanner()->PeekAhead(); in INLINE()
1522 PeekAhead() == Token::FUNCTION) { in ParsePrimaryExpression()
1896 PeekAhead() != Token::LPAREN && PeekAhead()) { in ParsePropertyDefinition()
2250 IsValidArrowFormalParametersStart(PeekAhead()); in ParseAssignmentExpression()
2259 if (is_async && peek_any_identifier() && PeekAhead() == Token::ARROW) { in ParseAssignmentExpression()
2695 switch (PeekAhead()) { in ParseUnaryExpression()
3289 Token::Value next_next = PeekAhead(); in IsNextLetKeyword()
Dpreparser.cc199 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseStatementListItem()
Dscanner.cc274 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner
Dparser.cc1301 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseStatementListItem()
1619 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION && in ParseExportDefault()
/external/clang/include/clang/Lex/
DPreprocessor.h1140 return PeekAhead(N+1); in LookAhead()
1826 const Token &PeekAhead(unsigned N);