Searched refs:TestAST (Results 1 – 4 of 4) sorted by relevance
65 class TestAST {72 TestAST(const TestInputs &);73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() function74 TestAST(TestAST &&M);75 TestAST &operator=(TestAST &&);76 ~TestAST();
75 TestAST::TestAST(const TestInputs &In) { in TestAST() function in clang::TestAST137 void TestAST::clear() { in clear()151 TestAST &TestAST::operator=(TestAST &&M) { in operator =()159 TestAST::TestAST(TestAST &&M) { *this = std::move(M); } in TestAST() function in clang::TestAST161 TestAST::~TestAST() { clear(); } in ~TestAST()
9 TestAST.cpp
12 "TestAST.cpp",