Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h48 ConfigMismatch enumerator
66 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; } in isConfigMismatch()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1695 return ModuleLoadResult::ConfigMismatch; in loadModule()