Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitHeaderSearch.cpp122 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddPath() local
123 if (CanPrefixSysroot(MappedPathStr)) { in AddPath()
138 StringRef MappedPathStr = Path.toStringRef(MappedPathStorage); in AddUnmappedPath() local
151 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) { in AddUnmappedPath()
160 if (const FileEntry *FE = FM.getFile(MappedPathStr)) { in AddUnmappedPath()
173 << MappedPathStr << "\"\n"; in AddUnmappedPath()