Searched refs:ConfigPath (Results 1 – 2 of 2) sorted by relevance
117 llvm::SmallString<256> ConfigPath = Ancestor; in fromAncestorRelativeYAMLFiles() local118 path::append(ConfigPath, RelPath); in fromAncestorRelativeYAMLFiles()120 llvm::sys::path::native(ConfigPath); in fromAncestorRelativeYAMLFiles()121 It = Cache.try_emplace(Ancestor, ConfigPath.str(), Ancestor).first; in fromAncestorRelativeYAMLFiles()
112 llvm::SmallString<256> ConfigPath = Ancestor; in apply() local113 path::append(ConfigPath, RelPath); in apply()114 It = Cache.try_emplace(Ancestor, ConfigPath.str()).first; in apply()