Home
last modified time | relevance | path

Searched refs:TestAST (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Testing/
DTestAST.h65 class TestAST {
72 TestAST(const TestInputs &);
73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() function
74 TestAST(TestAST &&M);
75 TestAST &operator=(TestAST &&);
76 ~TestAST();
/openbsd/src/gnu/llvm/clang/lib/Testing/
DTestAST.cpp75 TestAST::TestAST(const TestInputs &In) { in TestAST() function in clang::TestAST
137 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::TestAST
161 TestAST::~TestAST() { clear(); } in ~TestAST()
DCMakeLists.txt9 TestAST.cpp
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Testing/
DBUILD.gn12 "TestAST.cpp",