Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp345 SanitizerSet ImportedSanitizers = LangOpts.Sanitize; in checkLanguageOptions() local
347 ImportedSanitizers.clear(ModularSanitizers); in checkLanguageOptions()
348 if (ExistingSanitizers.Mask != ImportedSanitizers.Mask) { in checkLanguageOptions()
354 bool InImportedModule = ImportedSanitizers.has(SanitizerKind::ID); \ in checkLanguageOptions()