Lines Matching defs:MSFE
782 OptionalFileEntryRef MSFE,
785 if (MSFE && FE != *MSFE) {
786 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName();
928 OptionalFileEntryRef MSFE;
1006 MSFE = FE;
1141 if (checkMSVCHeaderSearch(Diags, MSFE, &File->getFileEntry(), IncludeLoc)) {
1144 return MSFE;
1178 if (checkMSVCHeaderSearch(Diags, MSFE,
1183 return MSFE;
1193 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) {
1196 return MSFE;