Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp95 auto P = Provider::fromYAMLFile(testPath("foo.yaml"), /*Directory=*/"", FS); in TEST()
175 auto P = Provider::fromYAMLFile(testPath("foo.yaml"), /*Directory=*/"", FS); in TEST()
221 Provider::fromYAMLFile(testPath("baz/foo.yaml"), /*Directory=*/"", FS); in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.h70 static std::unique_ptr<Provider> fromYAMLFile(llvm::StringRef AbsPath,
DConfigProvider.cpp53 std::unique_ptr<Provider> Provider::fromYAMLFile(llvm::StringRef AbsPath, in fromYAMLFile() function in clang::clangd::config::Provider
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp829 config::Provider::fromYAMLFile(UserConfig, /*Directory=*/"", TFS)); in main()