Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp76 TestAST::TestAST(const TestInputs &In) { TestAST() function in clang::TestAST
162 TestAST::TestAST(TestAST &&M) { *this = std::move(M); } TestAST() function in clang::TestAST
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h76 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} TestAST() function
[all...]