Home
last modified time | relevance | path

Searched refs:ConfigPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DConfigProvider.cpp118 llvm::SmallString<256> ConfigPath = Ancestor; in fromAncestorRelativeYAMLFiles() local
119 path::append(ConfigPath, RelPath); in fromAncestorRelativeYAMLFiles()
121 llvm::sys::path::native(ConfigPath); in fromAncestorRelativeYAMLFiles()
122 It = Cache.try_emplace(Ancestor, ConfigPath.str(), Ancestor).first; in fromAncestorRelativeYAMLFiles()
H A DTidyProvider.cpp114 llvm::SmallString<256> ConfigPath = Ancestor; in apply() local
115 path::append(ConfigPath, RelPath); in apply()
116 It = Cache.try_emplace(Ancestor, ConfigPath.str()).first; in apply()