Searched refs:PathExt (Results 1 – 4 of 4) sorted by relevance
26 llvm::StringRef PathExt = llvm::sys::path::extension(OriginalFile); in getCorrespondingHeaderOrSource() local30 llvm::find_if(SourceExtensions, [&PathExt](PathRef SourceExt) { in getCorrespondingHeaderOrSource()31 return SourceExt.equals_lower(PathExt); in getCorrespondingHeaderOrSource()36 llvm::find_if(HeaderExtensions, [&PathExt](PathRef HeaderExt) { in getCorrespondingHeaderOrSource()37 return HeaderExt.equals_lower(PathExt); in getCorrespondingHeaderOrSource()
30 pub(crate) trait PathExt { interface34 impl PathExt for Path {
95 use crate::paths::PathExt;
17 trait PathExt { trait25 impl PathExt for PathBuf {