Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h945 bool AllowConfigurationMismatch; variable
1511 bool AllowConfigurationMismatch = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2717 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4676 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
11653 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
11666 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()