Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h989 bool AllowConfigurationMismatch; variable
1591 bool AllowConfigurationMismatch = false,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2986 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4875 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
10314 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
10327 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()