Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp131 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
132 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
148 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
151 if (HasSysroot && (MappedPathStr.startswith("/usr/include") || in AddUnmappedPath()
152 MappedPathStr.startswith("/usr/local/include"))) { in AddUnmappedPath()
154 << MappedPathStr; in AddUnmappedPath()
168 if (auto DE = FM.getOptionalDirectoryRef(MappedPathStr)) { in AddUnmappedPath()
177 if (auto FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
190 << MappedPathStr << "\"\n"; in AddUnmappedPath()