Lines Matching refs:RelativePath
473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
492 if (RelativePath) { in LookupFile()
493 RelativePath->clear(); in LookupFile()
494 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
523 if (RelativePath) { in LookupFile()
524 RelativePath->clear(); in LookupFile()
525 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
618 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
680 if (RelativePath) { in DoFrameworkLookup()
681 RelativePath->clear(); in DoFrameworkLookup()
682 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
889 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
915 if (RelativePath) { in LookupFile()
916 RelativePath->clear(); in LookupFile()
917 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
989 if (RelativePath) { in LookupFile()
990 RelativePath->clear(); in LookupFile()
991 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
1079 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1175 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1211 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1265 if (RelativePath) { in LookupSubframeworkHeader()
1266 RelativePath->clear(); in LookupSubframeworkHeader()
1267 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()