Searched refs:parseYAML (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ConfigYAMLTests.cpp | 68 auto Results = Fragment::parseYAML(YAML, "config.yaml", Diags.callback()); in TEST() 92 Fragment::parseYAML(YAML.code(), "config.yaml", Diags.callback()); in TEST() 112 Fragment::parseYAML(YAML.code(), "config.yaml", Diags.callback()); in TEST() 140 auto Results = Fragment::parseYAML(YAML, "config.yaml", Diags.callback()); in TEST() 157 Fragment::parseYAML(YAML.code(), "config.yaml", Diags.callback()); in TEST()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigFragment.h | 68 static std::vector<Fragment> parseYAML(llvm::StringRef YAML,
|
D | ConfigProvider.cpp | 44 for (auto &Fragment : Fragment::parseYAML(*Data, path(), DC)) { in get()
|
D | ConfigYAML.cpp | 256 std::vector<Fragment> Fragment::parseYAML(llvm::StringRef YAML, in parseYAML() function in clang::clangd::config::Fragment
|