Searched refs:show_type (Results 1 – 5 of 5) sorted by relevance
238 bool show_type = true; in PrintDecl() local242 show_type = false; in PrintDecl()246 show_type = m_options.m_show_types || in PrintDecl()254 if (show_type) { in PrintDecl()
105 void GetValue(Stream &s, bool show_type) const;
156 void Scalar::GetValue(Stream &s, bool show_type) const { in GetValue()157 if (show_type) in GetValue()
103 =item B<show_type>
1802 const bool show_type = false; in PreprocessToken() local1803 scalar.GetValue(value_strm, show_type); in PreprocessToken()