Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h992 bool ValidateSystemInputs; variable
1592 bool ValidateSystemInputs = false,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2917 unsigned N = ValidateSystemInputs ? NumInputs : NumUserInputs; in ReadControlBlock()
10314 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
10328 ValidateSystemInputs(ValidateSystemInputs), in ASTReader()