Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h932 bool AllowConfigurationMismatch; variable
1490 bool AllowConfigurationMismatch = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2457 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4280 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
11609 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
11624 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()