Searched refs:ValidateASTInputFilesContent (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h201 unsigned ValidateASTInputFilesContent : 1;
224 ValidateASTInputFilesContent(false), UseDebugInfo(false),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h927 bool ValidateASTInputFilesContent; member in class:clang::ASTReader
1484 bool ValidateASTInputFilesContent = false,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp521 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent,
1511 HSOpts.ValidateASTInputFilesContent,
H A DCompilerInvocation.cpp2121 Opts.ValidateASTInputFilesContent =
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2369 if (ValidateASTInputFilesContent &&
11445 bool ValidateASTInputFilesContent, bool UseGlobalIndex,
11459 ValidateASTInputFilesContent(ValidateASTInputFilesContent),
H A DASTWriter.cpp1428 .ValidateASTInputFilesContent) {

Completed in 283 milliseconds