Searched refs:EffectivePath (Results 1 – 1 of 1) sorted by relevance
222 SmallString<128> EffectivePath(Path); in addCollectedPath() local223 if (std::error_code EC = sys::fs::make_absolute(EffectivePath)) { in addCollectedPath()227 sys::path::remove_dots(EffectivePath, /*remove_dot_dot=*/true); in addCollectedPath()228 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()229 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()