Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h980 bool ValidateSystemInputs; variable
1581 bool ValidateSystemInputs = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2869 unsigned N = ValidateSystemInputs ? NumInputs : NumUserInputs; in ReadControlBlock()
10173 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
10187 ValidateSystemInputs(ValidateSystemInputs), in ASTReader()