Searched refs:TestAST (Results 1 – 2 of 2) sorted by relevance
68 class TestAST {75 TestAST(const TestInputs &);76 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() function77 TestAST(TestAST &&M);78 TestAST &operator=(TestAST &&);79 ~TestAST();
76 TestAST::TestAST(const TestInputs &In) { in TestAST() function in clang::TestAST140 void TestAST::clear() { in clear()154 TestAST &TestAST::operator=(TestAST &&M) { in operator =()162 TestAST::TestAST(TestAST &&M) { *this = std::move(M); } in TestAST() function in clang::TestAST164 TestAST::~TestAST() { clear(); } in ~TestAST()