Searched refs:MSFE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp542 const FileEntry *MSFE, const FileEntry *FE,
544 if (MSFE && FE != MSFE) {
545 Diags.Report(IncludeLoc, diag::ext_pp_include_search_ms) << MSFE->getName();
609 const FileEntry *MSFE = nullptr; local
672 MSFE = FE;
764 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) {
767 return MSFE;
792 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) {
795 return MSFE;
541 checkMSVCHeaderSearch(DiagnosticsEngine &Diags, const FileEntry *MSFE, const FileEntry *FE, SourceLocation IncludeLoc) argument
[all...]

Completed in 79 milliseconds