Searched defs:TestAST (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Testing/ | ||
H A D | TestAST.cpp | 76 TestAST::TestAST(const TestInputs &In) { TestAST() function in clang::TestAST |
/freebsd-src/contrib/llvm-project/clang/include/clang/Testing/ | ||
H A D | TestAST.h | 76 TestAST(StringRef Code) : TestAST(TestInputs(Code)) {} TestAST() function |