Lines Matching refs:SearchPath

452     SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,  in LookupFile()  argument
466 if (SearchPath) { in LookupFile()
468 SearchPath->clear(); in LookupFile()
469 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
482 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
496 if (SearchPath) { in LookupFile()
498 SearchPath->clear(); in LookupFile()
499 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
590 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
663 if (SearchPath) { in DoFrameworkLookup()
664 SearchPath->clear(); in DoFrameworkLookup()
666 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
678 if (SearchPath) in DoFrameworkLookup()
679 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
862 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
886 if (SearchPath) in LookupFile()
887 SearchPath->clear(); in LookupFile()
954 if (SearchPath) { in LookupFile()
956 SearchPath->clear(); in LookupFile()
957 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
1047 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1143 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1180 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1244 if (SearchPath) { in LookupSubframeworkHeader()
1245 SearchPath->clear(); in LookupSubframeworkHeader()
1247 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1256 if (SearchPath) { in LookupSubframeworkHeader()
1257 SearchPath->clear(); in LookupSubframeworkHeader()
1259 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()