Home
last modified time | relevance | path

Searched defs:YAML (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigYAMLTests.cpp52 const char *YAML = R"yaml( in TEST() local
94 Annotations YAML(R"yaml( in TEST() local
110 Annotations YAML(R"yaml( in TEST() local
140 const char *YAML = R"yaml( TEST() local
156 Annotations YAML(R"yaml( TEST() local
173 Annotations YAML(R"yaml( TEST() local
192 Annotations YAML(R"yaml( TEST() local
205 Annotations YAML(R"yaml( TEST() local
222 Annotations YAML(R"yaml( TEST() local
235 Annotations YAML(R"yaml( TEST() local
251 Annotations YAML(R"yaml( TEST() local
268 Annotations YAML(R"yaml( TEST() local
283 Annotations YAML(R"yaml( TEST() local
298 Annotations YAML(R"yaml( TEST() local
[all...]
H A DSerializationTests.cpp33 const char *YAML = R"( global() variable
[all...]
/llvm-project/clang/unittests/Tooling/
H A DReplacementsYamlTest.cpp30 yaml::Output YAML(YamlContentStream); in TEST() local
58 yaml::Output YAML(YamlContentStream); in TEST() local
87 yaml::Input YAML(YamlContent); in TEST() local
113 yaml::Input YAML(YamlContent); in TEST() local
H A DDiagnosticsYamlTest.cpp151 yaml::Output YAML(YamlContentStream); in TEST() local
159 yaml::Input YAML(YAMLContent); in TEST() local
/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp20 DXContainerYAML::Signature YAML; in dumpSignature() local
168 std::unique_ptr<DXContainerYAML::Object> YAML(YAMLOrErr.get()); in dxcontainer2yaml() local
H A Doffload2yaml.cpp77 std::unique_ptr<OffloadYAML::Binary> YAML(YAMLOrErr.get()); in offload2yaml() local
H A Darchive2yaml.cpp109 std::unique_ptr<ArchYAML::Archive> YAML(YAMLOrErr.get()); in archive2yaml() local
H A Dmacho2yaml.cpp666 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump(); in macho2yaml() local
682 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO; in macho2yaml() local
H A Dwasm2yaml.cpp428 std::unique_ptr<WasmYAML::Object> YAML(YAMLOrErr.get()); in wasm2yaml() local
H A Delf2yaml.cpp1650 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get()); elf2yaml() local
/llvm-project/llvm/unittests/ObjectYAML/
H A DDXContainerYAMLTest.cpp22 static bool convert(SmallVectorImpl<char> &Output, const char *YAML) { in convert()
/llvm-project/clang/tools/clang-rename/
H A DClangRename.cpp
/llvm-project/flang/examples/FlangOmpReport/
H A Dyaml_summarizer.py186 def output_result(yaml: YAML, result, output_file: Path):
/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.h39 YAML, // Human-readable format, suitable for experiments and debugging. enumerator
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp236 llvm::yaml::Output YAML(YamlContentStream); in toYAMLString() local
244 YAML >> NE; in convertFromYAML() local
/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp178 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); cc1gen_reproducer_main() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator
/llvm-project/clang-tools-extra/clang-doc/
H A DYAMLGenerator.cpp390 static GeneratorRegistry::Add<YAMLGenerator> YAML(YAMLGenerator::Format, variable
/llvm-project/clang/unittests/Format/
H A DConfigParseTest.cpp1186 std::string YAML = configurationAsText(Style); TEST() local
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp924 auto YAML = in TEST() local
3450 auto YAML = TEST() local
3521 auto YAML = TEST() local
3545 auto YAML = TEST() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp645 yaml::Output YAML(OS); in exportReplacements() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigYAML.cpp457 parseYAML(llvm::StringRef YAML,llvm::StringRef BufferName,DiagnosticCallback Diags) parseYAML() argument
/llvm-project/llvm/docs/
H A DAMDGPUUsage.rst15899 .. [YAML] `YAML Ain't Markup Language (YAML™) Version 1.2 <http://www.yaml.org/spec/1.2/spec.html>`__ global() citation in Additional Documentation
[all...]
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp466 std::string YAML; displayTemplightEntry() local