Home
last modified time | relevance | path

Searched refs:YAMLContent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h64 static AtomicChange convertFromYAML(llvm::StringRef YAMLContent);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp240 AtomicChange AtomicChange::convertFromYAML(llvm::StringRef YAMLContent) { in convertFromYAML() argument
242 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML()