Lines Matching refs:SearchPath
378 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
391 if (SearchPath) { in LookupFile()
393 SearchPath->clear(); in LookupFile()
394 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
421 if (SearchPath) { in LookupFile()
423 SearchPath->clear(); in LookupFile()
424 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
514 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
587 if (SearchPath) { in DoFrameworkLookup()
588 SearchPath->clear(); in DoFrameworkLookup()
590 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
602 if (SearchPath) in DoFrameworkLookup()
603 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
758 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
779 if (SearchPath) in LookupFile()
780 SearchPath->clear(); in LookupFile()
846 if (SearchPath) { in LookupFile()
848 SearchPath->clear(); in LookupFile()
849 SearchPath->append(SearchPathRef.begin(), SearchPathRef.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
1110 if (SearchPath) { in LookupSubframeworkHeader()
1111 SearchPath->clear(); in LookupSubframeworkHeader()
1113 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1122 if (SearchPath) { in LookupSubframeworkHeader()
1123 SearchPath->clear(); in LookupSubframeworkHeader()
1125 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()