Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h977 bool AllowConfigurationMismatch; variable
1580 bool AllowConfigurationMismatch = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2938 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4867 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
10173 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
10186 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()