Lines Matching full:relativepath
277 SmallVectorImpl<char> *RelativePath,
296 if (RelativePath) {
297 RelativePath->clear();
298 RelativePath->append(Filename.begin(), Filename.end());
307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
340 if (RelativePath) {
341 RelativePath->clear();
342 RelativePath->append(Filename.begin(), Filename.end());
402 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
461 if (RelativePath) {
462 RelativePath->clear();
463 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());
569 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
584 if (RelativePath) {
585 RelativePath->clear();
586 RelativePath->append(Filename.begin(), Filename.end());
653 if (RelativePath) {
654 RelativePath->clear();
655 RelativePath->append(Filename.begin(), Filename.end());
716 Filename, *this, SearchPath, RelativePath, RequestingModule,
784 CurDir, Includers.front(), SearchPath, RelativePath,
820 SmallVectorImpl<char> *RelativePath,
874 if (RelativePath) {
875 RelativePath->clear();
876 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());