Lines Matching refs:SearchPath
449 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
463 if (SearchPath) { in LookupFile()
465 SearchPath->clear(); in LookupFile()
466 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
479 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
494 if (SearchPath) { in LookupFile()
496 SearchPath->clear(); in LookupFile()
497 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
593 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
666 if (SearchPath) { in DoFrameworkLookup()
667 SearchPath->clear(); in DoFrameworkLookup()
669 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
681 if (SearchPath) in DoFrameworkLookup()
682 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
865 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
889 if (SearchPath) in LookupFile()
890 SearchPath->clear(); in LookupFile()
955 if (SearchPath) { in LookupFile()
957 SearchPath->clear(); in LookupFile()
958 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
1050 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1144 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1242 if (SearchPath) { in LookupSubframeworkHeader()
1243 SearchPath->clear(); in LookupSubframeworkHeader()
1245 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1254 if (SearchPath) { in LookupSubframeworkHeader()
1255 SearchPath->clear(); in LookupSubframeworkHeader()
1257 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()