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
76
bool
IsStatementBreak
(Token::Type token_type) const;
parser.cc
106
bool Parser::
IsStatementBreak
(Token::Type token_type) const {
189
while (!at_end() && !
IsStatementBreak
(cur_token().type()) &&
Completed in 36 milliseconds