Searched refs:TestInputs (Results 1 – 2 of 2) sorted by relevance
34 struct TestInputs { struct35 TestInputs() = default;36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() function79 TestAST(const TestInputs &);80 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST()
77 TestAST::TestAST(const TestInputs &In) { in TestAST()