Searched refs:YAMLContent (Results 1 – 3 of 3) sorted by relevance
57 static const char *YAMLContent = variable154 EXPECT_EQ(YAMLContent, YamlContentStream.str()); in TEST()159 yaml::Input YAML(YAMLContent); in TEST()
64 static AtomicChange convertFromYAML(llvm::StringRef YAMLContent);
242 AtomicChange AtomicChange::convertFromYAML(llvm::StringRef YAMLContent) { in convertFromYAML() argument244 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML()