Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp124 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
125 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
141 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
144 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()