Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp127 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
128 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
142 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
145 if (HasSysroot && (MappedPathStr.startswith("/usr/include") || in AddUnmappedPath()
146 MappedPathStr.startswith("/usr/local/include"))) { in AddUnmappedPath()
148 << MappedPathStr; in AddUnmappedPath()
162 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()
170 if (auto FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
182 << MappedPathStr << "\"\n"; in AddUnmappedPath()