Searched refs:convertFromYAML (Results 1 – 3 of 3) sorted by relevance
64 static AtomicChange convertFromYAML(llvm::StringRef YAMLContent);
242 AtomicChange AtomicChange::convertFromYAML(llvm::StringRef YAMLContent) { in convertFromYAML() function in clang::tooling::AtomicChange
1175 AtomicChange ActualChange = AtomicChange::convertFromYAML(YamlContent); in TEST_F()