Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp124 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
125 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
139 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
152 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) { in AddUnmappedPath()
161 if (const FileEntry *FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
174 << MappedPathStr << "\"\n"; in AddUnmappedPath()