Searched refs:MappedPathStr (Results 1 – 1 of 1) sorted by relevance
124 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local125 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()141 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local144 if (HasSysroot && (MappedPathStr.starts_with("/usr/include") || in AddUnmappedPath()145 MappedPathStr.starts_with("/usr/local/include"))) { in AddUnmappedPath()147 << MappedPathStr; in AddUnmappedPath()161 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()170 if (auto FE = FM.getOptionalFileRef(MappedPathStr)) { in AddUnmappedPath()183 << MappedPathStr << "\"\n"; in AddUnmappedPath()