Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h946 bool AllowConfigurationMismatch; variable
1529 bool AllowConfigurationMismatch = false,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2755 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4703 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
11436 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
11449 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()