Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp77 TestAST::TestAST(const TestInputs &In) { in TestAST() function in clang::TestAST
165 TestAST::TestAST(TestAST &&M) { *this = std::move(M); } in TestAST() function in clang::TestAST
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h80 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} in TestAST() function