Lines Matching refs:RelativePath
334 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
353 if (RelativePath) { in LookupFile()
354 RelativePath->clear(); in LookupFile()
355 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
364 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
396 if (RelativePath) { in LookupFile()
397 RelativePath->clear(); in LookupFile()
398 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
464 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
523 if (RelativePath) { in DoFrameworkLookup()
524 RelativePath->clear(); in DoFrameworkLookup()
525 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
698 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
716 if (RelativePath) { in LookupFile()
717 RelativePath->clear(); in LookupFile()
718 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
786 if (RelativePath) { in LookupFile()
787 RelativePath->clear(); in LookupFile()
788 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
856 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
932 CurDir, Includers.front(), SearchPath, RelativePath, in LookupFile()
968 SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1024 if (RelativePath) { in LookupSubframeworkHeader()
1025 RelativePath->clear(); in LookupSubframeworkHeader()
1026 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()