Lines Matching defs:SrcDumper
25 SrcDumper::SrcDumper(const ir::AstNode *node)
30 void SrcDumper::IncrIndent()
36 void SrcDumper::DecrIndent()
44 void SrcDumper::Endl(size_t num)
53 void SrcDumper::Add(const std::string &str)
58 void SrcDumper::Add(int32_t i)
63 void SrcDumper::Add(int64_t l)
68 void SrcDumper::Add(float f)
73 void SrcDumper::Add(double d)