Lines Matching refs:RelativePath
378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
396 if (RelativePath) { in LookupFile()
397 RelativePath->clear(); in LookupFile()
398 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
426 if (RelativePath) { in LookupFile()
427 RelativePath->clear(); in LookupFile()
428 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
515 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument
577 if (RelativePath) { in DoFrameworkLookup()
578 RelativePath->clear(); in DoFrameworkLookup()
579 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in DoFrameworkLookup()
758 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
781 if (RelativePath) { in LookupFile()
782 RelativePath->clear(); in LookupFile()
783 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
851 if (RelativePath) { in LookupFile()
852 RelativePath->clear(); in LookupFile()
853 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
922 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1009 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1046 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1102 if (RelativePath) { in LookupSubframeworkHeader()
1103 RelativePath->clear(); in LookupSubframeworkHeader()
1104 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end()); in LookupSubframeworkHeader()