Lines Matching refs:RelativePath
449 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
468 if (RelativePath) { in LookupFile()
469 RelativePath->clear(); in LookupFile()
470 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
479 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
499 if (RelativePath) { in LookupFile()
500 RelativePath->clear(); in LookupFile()
501 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
594 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
656 if (RelativePath) { in DoFrameworkLookup()
657 RelativePath->clear(); in DoFrameworkLookup()
658 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
865 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
891 if (RelativePath) { in LookupFile()
892 RelativePath->clear(); in LookupFile()
893 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
960 if (RelativePath) { in LookupFile()
961 RelativePath->clear(); in LookupFile()
962 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
1050 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1144 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1234 if (RelativePath) { in LookupSubframeworkHeader()
1235 RelativePath->clear(); in LookupSubframeworkHeader()
1236 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()