Searched refs:MSFE (Results 1 – 1 of 1) sorted by relevance
756 const FileEntry *MSFE, const FileEntry *FE, in checkMSVCHeaderSearch() argument758 if (MSFE && FE != MSFE) { in checkMSVCHeaderSearch()759 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()901 OptionalFileEntryRef MSFE; in LookupFile() local976 MSFE = FE; in LookupFile()1110 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()1114 return MSFE; in LookupFile()1146 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()1151 return MSFE; in LookupFile()1161 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()[all …]