Searched refs:show_type (Results 1 – 5 of 5) sorted by relevance
223 bool show_type = true; in PrintDecl() local227 show_type = false; in PrintDecl()231 show_type = m_options.m_show_types || in PrintDecl()237 if (show_type) { in PrintDecl()
155 void Scalar::GetValue(Stream *s, bool show_type) const { in GetValue()156 if (show_type) in GetValue()
104 void GetValue(Stream *s, bool show_type) const;
153 bool show_type, bool show_summary, bool verbose,
1783 const bool show_type = false; in PreprocessCommand() local1784 scalar.GetValue(&value_strm, show_type); in PreprocessCommand()