Lines Matching refs:RelativePath
206 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
221 if (RelativePath != NULL) { in LookupFile()
222 RelativePath->clear(); in LookupFile()
223 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
256 if (RelativePath != NULL) { in LookupFile()
257 RelativePath->clear(); in LookupFile()
258 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
271 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument
331 if (RelativePath != NULL) { in DoFrameworkLookup()
332 RelativePath->clear(); in DoFrameworkLookup()
333 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
405 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
421 if (RelativePath != NULL) { in LookupFile()
422 RelativePath->clear(); in LookupFile()
423 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
455 if (RelativePath != NULL) { in LookupFile()
456 RelativePath->clear(); in LookupFile()
457 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
497 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath, in LookupFile()
543 SearchPath, RelativePath, in LookupFile()
567 SmallVectorImpl<char> *RelativePath) { in LookupSubframeworkHeader() argument
618 if (RelativePath != NULL) { in LookupSubframeworkHeader()
619 RelativePath->clear(); in LookupSubframeworkHeader()
620 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()