Lines Matching defs:TestAST
1 //===--- TestAST.cpp ------------------------------------------------------===//
9 #include "clang/Testing/TestAST.h"
77 TestAST::TestAST(const TestInputs &In) {
143 void TestAST::clear() {
157 TestAST &TestAST::operator=(TestAST &&M) {
165 TestAST::TestAST(TestAST &&M) { *this = std::move(M); }
167 TestAST::~TestAST() { clear(); }