Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp360 SanitizerSet ImportedSanitizers = LangOpts.Sanitize; in checkLanguageOptions() local
362 ImportedSanitizers.clear(ModularSanitizers); in checkLanguageOptions()
363 if (ExistingSanitizers.Mask != ImportedSanitizers.Mask) { in checkLanguageOptions()
369 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()