Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h205 unsigned ValidateASTInputFilesContent : 1; variable
229 ValidateASTInputFilesContent(false), UseDebugInfo(false), in Sysroot()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h951 bool ValidateASTInputFilesContent; variable
1510 bool ValidateASTInputFilesContent = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp591 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1516 HSOpts.ValidateASTInputFilesContent, in createASTReader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2394 if (ValidateASTInputFilesContent && in getInputFile()
11625 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
11639 ValidateASTInputFilesContent(ValidateASTInputFilesContent), in ASTReader()
H A DASTWriter.cpp1472 .ValidateASTInputFilesContent) { in WriteInputFiles()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2087 MarshallingInfoFlag<HeaderSearchOpts<"ValidateASTInputFilesContent">>;