Home
last modified time | relevance | path

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

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