Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h212 unsigned ValidateASTInputFilesContent : 1; variable
236 ValidateASTInputFilesContent(false), UseDebugInfo(false), in Sysroot()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h970 bool ValidateASTInputFilesContent; variable
1560 bool ValidateASTInputFilesContent = false,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp648 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1686 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2425 if (ValidateASTInputFilesContent && in getInputFile()
9895 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
9909 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1579 .ValidateASTInputFilesContent) { in WriteInputFiles()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2363 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;