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.h227 unsigned ValidateASTInputFilesContent : 1;
274 ValidateASTInputFilesContent(false), in Sysroot()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h983 bool ValidateASTInputFilesContent; variable
1582 bool ValidateASTInputFilesContent = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp641 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1705 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2586 assert(ValidateASTInputFilesContent && in getInputFile()
2621 if (ValidateASTInputFilesContent) in getInputFile()
2634 if (HSOpts.ForceCheckCXX20ModulesInputFiles && ValidateASTInputFilesContent && in getInputFile()
10174 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
10188 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1657 .ValidateASTInputFilesContent) { in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3054 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;