OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:begin_token_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
parse_tree.h
151
void set_begin_token(const Token& t) {
begin_token_
= t; }
166
Token
begin_token_
;
member in class:BlockNode
292
void set_begin_token(const Token& t) {
begin_token_
= t; }
302
Token
begin_token_
;
member in class:ListNode
parse_tree.cc
168
if (
begin_token_
.type() != Token::INVALID &&
170
return
begin_token_
.range().Union(end_token_.range());
372
return LocationRange(
begin_token_
.location(), end_token_.location());
377
return Err(
begin_token_
, msg, help);
Completed in 162 milliseconds