Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h967 bool ValidateSystemInputs; variable
1559 bool ValidateSystemInputs = false,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2682 unsigned N = ValidateSystemInputs ? NumInputs : NumUserInputs; in ReadControlBlock()
9894 bool AllowConfigurationMismatch, bool ValidateSystemInputs, in ASTReader() argument
9908 ValidateSystemInputs(ValidateSystemInputs), in ASTReader()