Home
last modified time | relevance | path

Searched refs:YAMLString (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp112 std::string YAMLString = in TEST_F() local
127 YAMLString.c_str()); in TEST_F()
H A DRefactoringTest.cpp1109 std::string YAMLString = Change.toYAMLString(); in TEST_F() local
1130 YAMLString.c_str()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h49 emitDebugSections(StringRef YAMLString,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1052 DWARFYAML::emitDebugSections(StringRef YAMLString, bool IsLittleEndian, in emitDebugSections() argument
1059 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections()