Home
last modified time | relevance | path

Searched defs:TestAST (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp75 TestAST::TestAST(const TestInputs &In) { in TestAST() function in clang::TestAST
159 TestAST::TestAST(TestAST &&M) { *this = std::move(M); } in TestAST() function in clang::TestAST
/openbsd-src/gnu/llvm/clang/include/clang/Testing/
H A DTestAST.h73 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() function