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