reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/SpecialCaseList.cpp
  185       SectionsMap[Section] = Sections.size();
  186       Sections.emplace_back(std::move(M));
  189     auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category];
  210   for (auto &SectionIter : Sections)
tools/clang/lib/Basic/SanitizerSpecialCaseList.cpp
   38   for (auto &S : Sections) {