Lines Matching refs:SearchPath
473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
487 if (SearchPath) { in LookupFile()
489 SearchPath->clear(); in LookupFile()
490 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
518 if (SearchPath) { in LookupFile()
520 SearchPath->clear(); in LookupFile()
521 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
690 if (SearchPath) { in DoFrameworkLookup()
691 SearchPath->clear(); in DoFrameworkLookup()
693 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
705 if (SearchPath) in DoFrameworkLookup()
706 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
889 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
913 if (SearchPath) in LookupFile()
914 SearchPath->clear(); in LookupFile()
984 if (SearchPath) { in LookupFile()
986 SearchPath->clear(); in LookupFile()
987 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
1079 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
1175 Includers.front(), SearchPath, RelativePath, RequestingModule, in LookupFile()
1211 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader() argument
1273 if (SearchPath) { in LookupSubframeworkHeader()
1274 SearchPath->clear(); in LookupSubframeworkHeader()
1276 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1285 if (SearchPath) { in LookupSubframeworkHeader()
1286 SearchPath->clear(); in LookupSubframeworkHeader()
1288 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()