Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dlexer.h40 : yyFlexLexer(in), prev_tok_(Tok::TSEMI), lines_({""}), yylval_(NULL), yylloc_(NULL) { in Lexer()
46 yylloc_ = lloc; in yylex()
72 yylloc_->lines(); in next_line()
73 yylloc_->step(); in next_line()
123 yylloc_->columns(yyleng); in save_text()
131 BisonParser::location_type *yylloc_; variable