Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Testing/
H A DTestAST.h34 struct TestInputs { struct
36 TestInputs(StringRef Code) : Code(Code) {} in TestInputs() argument
62 /// The result of parsing a file specified by TestInputs. argument