#include "clang/Testing/TestAST.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Frontend/TextDiagnostic.h"
#include "clang/Testing/CommandLineArgs.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "gtest/gtest.h"
#include <string>
namespace clang {
namespace {
class StoreDiagnostics : public DiagnosticConsumer { … };
void createMissingComponents(CompilerInstance &Clang) { … }
}
TestAST::TestAST(const TestInputs &In) { … }
void TestAST::clear() { … }
TestAST &TestAST::operator=(TestAST &&M) { … }
TestAST::TestAST(TestAST &&M) { … }
TestAST::~TestAST() { … }
}