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.h228 unsigned ValidateASTInputFilesContent : 1;
295 ValidateASTInputFilesContent(false), in Sysroot()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1109 bool ValidateASTInputFilesContent; variable
1782 bool ValidateASTInputFilesContent = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp641 HSOpts.ValidateASTInputFilesContent, UseGlobalModuleIndex)); in createPCHExternalASTSource()
1755 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2795 assert(ValidateASTInputFilesContent && in getInputFile()
2829 if (ValidateASTInputFilesContent) in getInputFile()
2842 if (HSOpts.ForceCheckCXX20ModulesInputFiles && ValidateASTInputFilesContent && in getInputFile()
2850 if (!StoredTime && ValidateASTInputFilesContent && in getInputFile()
10998 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
11014 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1778 .ValidateASTInputFilesContent) in trySetContentHash()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3365 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;