Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h945 bool AllowConfigurationMismatch; variable
1508 bool AllowConfigurationMismatch = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2715 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in ReadControlBlock()
4660 (AllowConfigurationMismatch && Result == ConfigurationMismatch)) in readUnhashedControlBlock()
11624 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
11637 AllowConfigurationMismatch(AllowConfigurationMismatch), in ASTReader()