Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp130 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
131 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
147 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
150 if (HasSysroot && (MappedPathStr.startswith("/usr/include") || in AddUnmappedPath()
151 MappedPathStr.startswith("/usr/local/include"))) { in AddUnmappedPath()
153 << MappedPathStr; in AddUnmappedPath()
167 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()
176 if (auto FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
189 << MappedPathStr << "\"\n"; in AddUnmappedPath()