Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp111 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
112 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
128 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
131 if (HasSysroot && (MappedPathStr.starts_with("/usr/include") || in AddUnmappedPath()
132 MappedPathStr.starts_with("/usr/local/include"))) { in AddUnmappedPath()
134 << MappedPathStr; in AddUnmappedPath()
148 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()
157 if (auto FE = FM.getOptionalFileRef(MappedPathStr)) { in AddUnmappedPath()
169 << MappedPathStr << "\"\n"; in AddUnmappedPath()