Lines Matching full:relativepath
267 SmallVectorImpl<char> *RelativePath,
285 if (RelativePath) {
286 RelativePath->clear();
287 RelativePath->append(Filename.begin(), Filename.end());
296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
328 if (RelativePath) {
329 RelativePath->clear();
330 RelativePath->append(Filename.begin(), Filename.end());
392 SmallVectorImpl<char> *RelativePath,
452 if (RelativePath) {
453 RelativePath->clear();
454 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());
568 SmallVectorImpl<char> *RelativePath,
600 if (RelativePath) {
601 RelativePath->clear();
602 RelativePath->append(Filename.begin(), Filename.end());
659 if (RelativePath) {
660 RelativePath->clear();
661 RelativePath->append(Filename.begin(), Filename.end());
722 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
790 Includers.front(), SearchPath, RelativePath, SuggestedModule);
827 SmallVectorImpl<char> *RelativePath,
879 if (RelativePath) {
880 RelativePath->clear();
881 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());