Lines Matching refs:SearchPath

333     SmallVectorImpl<char> *SearchPath,  in LookupFile()  argument
348 if (SearchPath) { in LookupFile()
350 SearchPath->clear(); in LookupFile()
351 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
364 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
391 if (SearchPath) { in LookupFile()
393 SearchPath->clear(); in LookupFile()
394 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
463 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
533 if (SearchPath) { in DoFrameworkLookup()
534 SearchPath->clear(); in DoFrameworkLookup()
536 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
547 if (SearchPath) in DoFrameworkLookup()
548 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
698 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
714 if (SearchPath) in LookupFile()
715 SearchPath->clear(); in LookupFile()
781 if (SearchPath) { in LookupFile()
783 SearchPath->clear(); in LookupFile()
784 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
856 Filename, *this, IncludeLoc, SearchPath, RelativePath, RequestingModule, in LookupFile()
932 CurDir, Includers.front(), SearchPath, RelativePath, in LookupFile()
967 SmallVectorImpl<char> *SearchPath, in LookupSubframeworkHeader() argument
1032 if (SearchPath) { in LookupSubframeworkHeader()
1033 SearchPath->clear(); in LookupSubframeworkHeader()
1035 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
1043 if (SearchPath) { in LookupSubframeworkHeader()
1044 SearchPath->clear(); in LookupSubframeworkHeader()
1046 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()