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.h1100 bool AllowConfigurationMismatch; variable
1779 bool AllowConfigurationMismatch = false,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3175 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
5167 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
10996 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
11011 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()