Searched refs:MSFE (Results 1 – 1 of 1) sorted by relevance
664 const FileEntry *MSFE, const FileEntry *FE, in checkMSVCHeaderSearch() argument666 if (MSFE && FE != MSFE) { in checkMSVCHeaderSearch()667 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName(); in checkMSVCHeaderSearch()793 Optional<FileEntryRef> MSFE; in LookupFile() local868 MSFE = FE; in LookupFile()976 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()980 return MSFE; in LookupFile()1012 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()1017 return MSFE; in LookupFile()1027 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()[all …]