Lines Matching refs:SearchPath
276 SmallVectorImpl<char> *SearchPath, in LookupFile() argument
291 if (SearchPath) { in LookupFile()
293 SearchPath->clear(); in LookupFile()
294 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
335 if (SearchPath) { in LookupFile()
337 SearchPath->clear(); in LookupFile()
338 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
401 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
471 if (SearchPath) { in DoFrameworkLookup()
472 SearchPath->clear(); in DoFrameworkLookup()
474 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
485 if (SearchPath) in DoFrameworkLookup()
486 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
569 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
582 if (SearchPath) in LookupFile()
583 SearchPath->clear(); in LookupFile()
648 if (SearchPath) { in LookupFile()
650 SearchPath->clear(); in LookupFile()
651 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
716 Filename, *this, SearchPath, RelativePath, RequestingModule, in LookupFile()
784 CurDir, Includers.front(), SearchPath, RelativePath, in LookupFile()
819 SmallVectorImpl<char> *SearchPath, in LookupSubframeworkHeader() argument
882 if (SearchPath) { in LookupSubframeworkHeader()
883 SearchPath->clear(); in LookupSubframeworkHeader()
885 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
894 if (SearchPath) { in LookupSubframeworkHeader()
895 SearchPath->clear(); in LookupSubframeworkHeader()
897 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()