Searched refs:fromYamlFile (Results 1 – 3 of 3) sorted by relevance
37 static llvm::Expected<TestFile> fromYamlFile(const llvm::Twine &Name);
39 llvm::Expected<TestFile> TestFile::fromYamlFile(const llvm::Twine &Name) { in fromYamlFile() function in TestFile
49 auto ExpectedFile = TestFile::fromYamlFile("inlined-functions.yaml"); in SetUp()