Searched refs:YAMLContent (Results 1 – 3 of 3) sorted by relevance
54 static const char *YAMLContent = variable136 EXPECT_EQ(YAMLContent, YamlContentStream.str()); in TEST()141 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()