Home
last modified time | relevance | path

Searched refs:isConfigMismatch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleLoader.h69 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp2289 } else if (Imported.isConfigMismatch()) { in HandleHeaderIncludeOrImport()