Searched refs:syms_ (Results 1 – 1 of 1) sorted by relevance
47 : token_type_(type), syms_(syms), unknown_label_(unknown_label), in token_type_()126 if (syms_) { in ConvertSymbolToLabel()127 n = syms_->Find(s); in ConvertSymbolToLabel()133 << syms_->Name(); in ConvertSymbolToLabel()150 const SymbolTable *syms_; // Symbol table used when token type is symbol variable170 : token_type_(token_type), syms_(syms) {} in token_type_()247 if (syms_) { in PrintLabel()248 string symbol = syms_->Find(lab); in PrintLabel()252 << syms_->Name(); in PrintLabel()263 const SymbolTable *syms_; // Symbol table used when token type is symbol variable