Lines Matching refs:RelativePath

431     SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,  in LookupFile()  argument
449 if (RelativePath) { in LookupFile()
450 RelativePath->clear(); in LookupFile()
451 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
460 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
479 if (RelativePath) { in LookupFile()
480 RelativePath->clear(); in LookupFile()
481 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
569 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
631 if (RelativePath) { in DoFrameworkLookup()
632 RelativePath->clear(); in DoFrameworkLookup()
633 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
840 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
866 if (RelativePath) { in LookupFile()
867 RelativePath->clear(); in LookupFile()
868 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
936 if (RelativePath) { in LookupFile()
937 RelativePath->clear(); in LookupFile()
938 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
1011 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1107 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1144 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1200 if (RelativePath) { in LookupSubframeworkHeader()
1201 RelativePath->clear(); in LookupSubframeworkHeader()
1202 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()