OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStatementBreak
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
parser.h
87
bool
IsStatementBreak
(Token::Type token_type) const;
parser.cc
127
bool Parser::
IsStatementBreak
(Token::Type token_type) const {
210
while (!at_end() && !
IsStatementBreak
(cur_token().type()) &&
Completed in 66 milliseconds