Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp57 static const char *YAMLContent = variable
154 EXPECT_EQ(YAMLContent, YamlContentStream.str()); in TEST()
159 yaml::Input YAML(YAMLContent); in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h64 static AtomicChange convertFromYAML(llvm::StringRef YAMLContent);
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp242 AtomicChange AtomicChange::convertFromYAML(llvm::StringRef YAMLContent) { in convertFromYAML() argument
244 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML()