Lines Matching refs:SearchPath
431 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
444 if (SearchPath) { in LookupFile()
446 SearchPath->clear(); in LookupFile()
447 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
460 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
474 if (SearchPath) { in LookupFile()
476 SearchPath->clear(); in LookupFile()
477 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
568 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
641 if (SearchPath) { in DoFrameworkLookup()
642 SearchPath->clear(); in DoFrameworkLookup()
644 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
656 if (SearchPath) in DoFrameworkLookup()
657 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
840 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
864 if (SearchPath) in LookupFile()
865 SearchPath->clear(); in LookupFile()
931 if (SearchPath) { in LookupFile()
933 SearchPath->clear(); in LookupFile()
934 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
1011 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1107 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1144 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1208 if (SearchPath) { in LookupSubframeworkHeader()
1209 SearchPath->clear(); in LookupSubframeworkHeader()
1211 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1220 if (SearchPath) { in LookupSubframeworkHeader()
1221 SearchPath->clear(); in LookupSubframeworkHeader()
1223 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()