Searched refs:checkMSVCHeaderSearch (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 543 static bool checkMSVCHeaderSearch(DiagnosticsEngine &Diags, in checkMSVCHeaderSearch() function 760 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile() 789 if (checkMSVCHeaderSearch(Diags, MSFE, FE, IncludeLoc)) { in LookupFile() 802 if (checkMSVCHeaderSearch(Diags, MSFE, nullptr, IncludeLoc)) { in LookupFile()
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 663 static bool checkMSVCHeaderSearch(DiagnosticsEngine &Diags, in checkMSVCHeaderSearch() function 976 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile() 1012 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile() 1027 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry() : nullptr, in LookupFile()
|