Lines Matching refs:RelativePath
452 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
471 if (RelativePath) { in LookupFile()
472 RelativePath->clear(); in LookupFile()
473 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
501 if (RelativePath) { in LookupFile()
502 RelativePath->clear(); in LookupFile()
503 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
591 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
653 if (RelativePath) { in DoFrameworkLookup()
654 RelativePath->clear(); in DoFrameworkLookup()
655 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
862 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
888 if (RelativePath) { in LookupFile()
889 RelativePath->clear(); in LookupFile()
890 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
959 if (RelativePath) { in LookupFile()
960 RelativePath->clear(); in LookupFile()
961 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
1047 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1143 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1236 if (RelativePath) { in LookupSubframeworkHeader()
1237 RelativePath->clear(); in LookupSubframeworkHeader()
1238 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()