• Home
  • Raw
  • Download

Lines Matching refs:RelativePath

278     SmallVectorImpl<char> *RelativePath,  in LookupFile()  argument
297 if (RelativePath) { in LookupFile()
298 RelativePath->clear(); in LookupFile()
299 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
341 if (RelativePath) { in LookupFile()
342 RelativePath->clear(); in LookupFile()
343 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
403 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
462 if (RelativePath) { in DoFrameworkLookup()
463 RelativePath->clear(); in DoFrameworkLookup()
464 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
570 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
585 if (RelativePath) { in LookupFile()
586 RelativePath->clear(); in LookupFile()
587 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
655 if (RelativePath) { in LookupFile()
656 RelativePath->clear(); in LookupFile()
657 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
718 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
786 CurDir, Includers.front(), SearchPath, RelativePath, in LookupFile()
822 SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
876 if (RelativePath) { in LookupSubframeworkHeader()
877 RelativePath->clear(); in LookupSubframeworkHeader()
878 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()