Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
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()
DTidyProvider.cpp97 llvm::SmallString<256> ConfigPath = Ancestor; in apply() local
98 path::append(ConfigPath, RelPath); in apply()
99 It = Cache.try_emplace(Ancestor, ConfigPath.str()).first; in apply()