Home
last modified time | relevance | path

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

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