Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp526 llvm::DenseMap<diag::kind, const Section *> DiagToSection; member in __anonf01748100411::WarningsSpecialCaseList
579 DiagToSection[Diag] = SectionEntry; in processSections()
604 const Section *DiagSection = DiagToSection.lookup(DiagId); in isDiagSuppressed()