Searched refs:MappedPathStr (Results 1 – 1 of 1) sorted by relevance
111 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local112 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()128 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local131 if (HasSysroot && (MappedPathStr.starts_with("/usr/include") || in AddUnmappedPath()132 MappedPathStr.starts_with("/usr/local/include"))) { in AddUnmappedPath()134 << MappedPathStr; in AddUnmappedPath()148 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()157 if (auto FE = FM.getOptionalFileRef(MappedPathStr)) { in AddUnmappedPath()169 << MappedPathStr << "\"\n"; in AddUnmappedPath()