Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp604 const Section *DiagSection = DiagToSection.lookup(DiagId); in isDiagSuppressed() local
605 if (!DiagSection) in isDiagSuppressed()
607 const SectionEntries &EntityTypeToCategories = DiagSection->Entries; in isDiagSuppressed()