Home
last modified time | relevance | path

Searched refs:MappedPathStr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp121 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
122 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
136 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
139 if (HasSysroot && (MappedPathStr.startswith("/usr/include") || in AddUnmappedPath()
140 MappedPathStr.startswith("/usr/local/include"))) { in AddUnmappedPath()
142 << MappedPathStr; in AddUnmappedPath()
156 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()
165 if (auto FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
178 << MappedPathStr << "\"\n"; in AddUnmappedPath()