Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h205 unsigned ValidateASTInputFilesContent : 1; variable
229 ValidateASTInputFilesContent(false), UseDebugInfo(false), in Sysroot()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h951 bool ValidateASTInputFilesContent; variable
1513 bool ValidateASTInputFilesContent = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp591 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1533 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2396 if (ValidateASTInputFilesContent && in getInputFile()
11654 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
11668 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1472 .ValidateASTInputFilesContent) { in WriteInputFiles()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2114 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;