/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ConfigYAMLTests.cpp | 52 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 D | SerializationTests.cpp | 33 const char *YAML = R"( global() variable [all...] |
/llvm-project/clang/unittests/Tooling/ |
H A D | ReplacementsYamlTest.cpp | 30 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 D | DiagnosticsYamlTest.cpp | 151 yaml::Output YAML(YamlContentStream); in TEST() local 159 yaml::Input YAML(YAMLContent); in TEST() local
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkFormat.h | 25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dxcontainer2yaml.cpp | 20 DXContainerYAML::Signature YAML; in dumpSignature() local 168 std::unique_ptr<DXContainerYAML::Object> YAML(YAMLOrErr.get()); in dxcontainer2yaml() local
|
H A D | offload2yaml.cpp | 77 std::unique_ptr<OffloadYAML::Binary> YAML(YAMLOrErr.get()); in offload2yaml() local
|
H A D | archive2yaml.cpp | 109 std::unique_ptr<ArchYAML::Archive> YAML(YAMLOrErr.get()); in archive2yaml() local
|
H A D | macho2yaml.cpp | 666 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump(); in macho2yaml() local 682 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO; in macho2yaml() local
|
H A D | wasm2yaml.cpp | 428 std::unique_ptr<WasmYAML::Object> YAML(YAMLOrErr.get()); in wasm2yaml() local
|
H A D | elf2yaml.cpp | 1650 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get()); elf2yaml() local
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | DXContainerYAMLTest.cpp | 22 static bool convert(SmallVectorImpl<char> &Output, const char *YAML) { in convert()
|
/llvm-project/clang/tools/clang-rename/ |
H A D | ClangRename.cpp |
|
/llvm-project/flang/examples/FlangOmpReport/ |
H A D | yaml_summarizer.py | 186 def output_result(yaml: YAML, result, output_file: Path):
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Serialization.h | 39 YAML, // Human-readable format, suitable for experiments and debugging. enumerator
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 236 llvm::yaml::Output YAML(YamlContentStream); in toYAMLString() local 244 YAML >> NE; in convertFromYAML() local
|
/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 178 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); cc1gen_reproducer_main() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | YAMLGenerator.cpp | 390 static GeneratorRegistry::Add<YAMLGenerator> YAML(YAMLGenerator::Format, variable
|
/llvm-project/clang/unittests/Format/ |
H A D | ConfigParseTest.cpp | 1186 std::string YAML = configurationAsText(Style); TEST() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 924 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 D | ClangTidy.cpp | 645 yaml::Output YAML(OS); in exportReplacements() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigYAML.cpp | 457 parseYAML(llvm::StringRef YAML,llvm::StringRef BufferName,DiagnosticCallback Diags) parseYAML() argument
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUUsage.rst | 15899 .. [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 D | FrontendActions.cpp | 466 std::string YAML; displayTemplightEntry() local
|