Searched refs:ConfigPath (Results 1 – 2 of 2) sorted by relevance
118 llvm::SmallString<256> ConfigPath = Ancestor; in fromAncestorRelativeYAMLFiles() local119 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()
97 llvm::SmallString<256> ConfigPath = Ancestor; in apply() local98 path::append(ConfigPath, RelPath); in apply()99 It = Cache.try_emplace(Ancestor, ConfigPath.str()).first; in apply()