Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h226 unsigned ValidateASTInputFilesContent : 1;
281 ValidateASTInputFilesContent(false), in Sysroot()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h995 bool ValidateASTInputFilesContent; variable
1593 bool ValidateASTInputFilesContent = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp640 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1740 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2627 assert(ValidateASTInputFilesContent && in getInputFile()
2661 if (ValidateASTInputFilesContent) in getInputFile()
2674 if (HSOpts.ForceCheckCXX20ModulesInputFiles && ValidateASTInputFilesContent && in getInputFile()
2682 if (!StoredTime && ValidateASTInputFilesContent && in getInputFile()
10315 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
10329 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1782 .ValidateASTInputFilesContent) { in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3202 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;