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

References

include/llvm/Support/SpecialCaseList.h
  136     SectionEntries Entries;
  147   unsigned inSectionBlame(const SectionEntries &Entries, StringRef Prefix,
lib/Support/SpecialCaseList.cpp
  220 unsigned SpecialCaseList::inSectionBlame(const SectionEntries &Entries,
  223   SectionEntries::const_iterator I = Entries.find(Prefix);
tools/clang/include/clang/Basic/SanitizerSpecialCaseList.h
   41     SanitizerSection(SanitizerMask SM, SectionEntries &E)
   45     SectionEntries &Entries;