Lines Matching defs:RelativePath
473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
492 if (RelativePath) {
493 RelativePath->clear();
494 RelativePath->append(Filename.begin(), Filename.end());
503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
523 if (RelativePath) {
524 RelativePath->clear();
525 RelativePath->append(Filename.begin(), Filename.end());
618 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
680 if (RelativePath) {
681 RelativePath->clear();
682 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());
889 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
915 if (RelativePath) {
916 RelativePath->clear();
917 RelativePath->append(Filename.begin(), Filename.end());
985 if (RelativePath) {
986 RelativePath->clear();
987 RelativePath->append(Filename.begin(), Filename.end());
1075 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule,
1155 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
1209 if (RelativePath) {
1210 RelativePath->clear();
1211 RelativePath->append(Filename.begin()+SlashPos+1, Filename.end());