• Home
  • Raw
  • Download

Lines Matching refs:SearchPath

276     SmallVectorImpl<char> *SearchPath,  in LookupFile()  argument
290 if (SearchPath) { in LookupFile()
292 SearchPath->clear(); in LookupFile()
293 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
333 if (SearchPath) { in LookupFile()
335 SearchPath->clear(); in LookupFile()
336 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
401 SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
472 if (SearchPath) { in DoFrameworkLookup()
473 SearchPath->clear(); in DoFrameworkLookup()
475 SearchPath->append(FrameworkName.begin(), FrameworkName.end()-1); in DoFrameworkLookup()
486 if (SearchPath) in DoFrameworkLookup()
487 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup()
578 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument
590 if (SearchPath) in LookupFile()
591 SearchPath->clear(); in LookupFile()
654 if (SearchPath) { in LookupFile()
656 SearchPath->clear(); in LookupFile()
657 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile()
722 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath, in LookupFile()
790 Includers.front(), SearchPath, RelativePath, SuggestedModule); in LookupFile()
824 SmallVectorImpl<char> *SearchPath, in LookupSubframeworkHeader() argument
886 if (SearchPath) { in LookupSubframeworkHeader()
887 SearchPath->clear(); in LookupSubframeworkHeader()
889 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()
898 if (SearchPath) { in LookupSubframeworkHeader()
899 SearchPath->clear(); in LookupSubframeworkHeader()
901 SearchPath->append(HeadersFilename.begin(), HeadersFilename.end()-1); in LookupSubframeworkHeader()