Searched refs:StructDecl (Results 1 – 2 of 2) sorted by relevance
139 StructDecl(StructDeclarationC), enumerator175 DeclarationC::StructDecl(ref mut d) => d.make_unique(stamp), in make_unique()191 2 => DeclarationC::StructDecl(StructDeclarationC::arbitrary(g)), in arbitrary()206 DeclarationC::StructDecl(ref d) => write!(f, "{}", d), in fmt()
317 TEST_F(MSLOutputTest, StructDecl) in TEST_F() argument