Searched refs:YAMLContent (Results 1 – 2 of 2) sorted by relevance
64 static AtomicChange convertFromYAML(llvm::StringRef YAMLContent);
240 AtomicChange AtomicChange::convertFromYAML(llvm::StringRef YAMLContent) { in convertFromYAML() argument242 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML()