Searched refs:show_type (Results 1 – 5 of 5) sorted by relevance
235 bool show_type = true; in PrintDecl() local239 show_type = false; in PrintDecl()243 show_type = m_options.m_show_types || in PrintDecl()249 if (show_type) { in PrintDecl()
156 void Scalar::GetValue(Stream &s, bool show_type) const { in GetValue()157 if (show_type) in GetValue()
104 void GetValue(Stream &s, bool show_type) const;
103 =item B<show_type>
1779 const bool show_type = false; in PreprocessToken() local1780 scalar.GetValue(value_strm, show_type); in PreprocessToken()