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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h921 bool AllowConfigurationMismatch; member in class:clang::ASTReader
1465 /// \param AllowConfigurationMismatch If true, the AST reader will not check
1482 bool AllowConfigurationMismatch = false,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2697 (AllowConfigurationMismatch && Result == ConfigurationMismatch))
4615 (AllowConfigurationMismatch && Result == ConfigurationMismatch))
11444 bool AllowConfigurationMismatch, bool ValidateSystemInputs,
11457 AllowConfigurationMismatch(AllowConfigurationMismatch),

Completed in 95 milliseconds