Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigYAMLTests.cpp49 const char *YAML = R"yaml( in TEST() local
87 Annotations YAML(R"yaml( in TEST() local
103 Annotations YAML(R"yaml( in TEST() local
133 const char *YAML = R"yaml( in TEST() local
149 Annotations YAML(R"yaml( in TEST() local
DSerializationTests.cpp35 const char *YAML = R"( variable
/external/llvm-project/clang/unittests/Tooling/
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
DDiagnosticsYamlTest.cpp133 yaml::Output YAML(YamlContentStream); in TEST() local
141 yaml::Input YAML(YAMLContent); in TEST() local
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp34 yaml::Output YAML(YamlContentStream); in TEST() local
69 yaml::Input YAML(YamlContent); in TEST() local
96 yaml::Input YAML(YamlContent); in TEST() local
/external/llvm-project/llvm/include/llvm/Remarks/
DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
/external/llvm-project/clang/tools/clang-rename/
DClangRename.cpp114 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); in main() local
204 yaml::Output YAML(OS); in main() local
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.h38 YAML, // Human-readable format, suitable for experiments and debugging. enumerator
DYAMLSerialization.cpp533 symbolFromYAML(StringRef YAML, llvm::UniqueStringSaver *Strings) { in symbolFromYAML()
542 llvm::Expected<clangd::Ref> refFromYAML(StringRef YAML, in refFromYAML()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/
DResolver.java48 public static final Pattern YAML = Pattern.compile("^(?:!|&|\\*)$"); field in Resolver
/external/llvm-project/llvm/tools/obj2yaml/
Darchive2yaml.cpp109 std::unique_ptr<ArchYAML::Archive> YAML(YAMLOrErr.get()); in archive2yaml() local
Dmacho2yaml.cpp593 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump(); in macho2yaml() local
608 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO; in macho2yaml() local
Dwasm2yaml.cpp399 std::unique_ptr<WasmYAML::Object> YAML(YAMLOrErr.get()); in wasm2yaml() local
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp466 Expected<std::unique_ptr<MachOYAML::Object>> YAML = Dumper.dump(); in macho2yaml() local
481 MachOYAML::UniversalBinary &YAML = *YAMLFile.FatMachO; in macho2yaml() local
Delf2yaml.cpp436 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get()); in elf2yaml() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java33 public static final Tag YAML = new Tag(PREFIX + "yaml"); field in Tag
/external/llvm-project/clang/lib/Tooling/Refactoring/
DAtomicChange.cpp236 llvm::yaml::Output YAML(YamlContentStream); in toYAMLString() local
244 llvm::yaml::Input YAML(YAMLContent); in convertFromYAML() local
/external/llvm-project/lldb/unittests/Utility/
DConstStringTest.cpp142 TEST(ConstStringTest, YAML) { in TEST() argument
DArchSpecTest.cpp472 TEST(ArchSpecTest, YAML) { in TEST() argument
/external/llvm-project/clang/tools/driver/
Dcc1gen_reproducer_main.cpp171 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); in cc1gen_reproducer_main() local
/external/llvm-project/clang-tools-extra/clang-doc/
DYAMLGenerator.cpp298 static GeneratorRegistry::Add<YAMLGenerator> YAML(YAMLGenerator::Format, variable
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp36 enum class ConvertFormats { BINARY, YAML, CHROME_TRACE_EVENT }; enumerator
/external/llvm-project/clang-tools-extra/clangd/
DConfigYAML.cpp256 std::vector<Fragment> Fragment::parseYAML(llvm::StringRef YAML, in parseYAML()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp615 yaml::Output YAML(OS); in exportReplacements() local

12