Home
last modified time | relevance | path

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

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