Lines Matching refs:MSFE
544 const FileEntry *MSFE, const FileEntry *FE, in checkMSVCHeaderSearch() argument
546 if (MSFE && FE != MSFE) { in checkMSVCHeaderSearch()
547 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()
596 const FileEntry *MSFE = nullptr; in LookupFile() local
668 MSFE = FE; in LookupFile()
760 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile()
763 return MSFE; in LookupFile()
789 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile()
792 return MSFE; in LookupFile()
802 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) { in LookupFile()
805 return MSFE; in LookupFile()