Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h212 unsigned ValidateASTInputFilesContent : 1; variable
236 ValidateASTInputFilesContent(false), UseDebugInfo(false), in Sysroot()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h952 bool ValidateASTInputFilesContent; variable
1531 bool ValidateASTInputFilesContent = false,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp641 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1672 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2429 if (ValidateASTInputFilesContent && in getInputFile()
11437 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
11451 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1578 .ValidateASTInputFilesContent) { in WriteInputFiles()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2287 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;