Home
last modified time | relevance | path

Searched defs:DisableValidationKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h982 DisableValidationForModuleKind DisableValidationKind; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10311 ASTReader(Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext * Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,StringRef isysroot,DisableValidationForModuleKind DisableValidationKind,bool AllowASTWithCompilerErrors,bool AllowConfigurationMismatch,bool ValidateSystemInputs,bool ValidateASTInputFilesContent,bool UseGlobalIndex,std::unique_ptr<llvm::Timer> ReadTimer) ASTReader() argument