Home
last modified time | relevance | path

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

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