Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() function
39 std::string Code;
65 /// The result of parsing a file specified by TestInputs. argument