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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 4038     const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()];
tools/clang/lib/Sema/SemaAttr.cpp
  467   auto Section = Context.SectionInfos.find(SectionName);
  468   if (Section == Context.SectionInfos.end()) {
  469     Context.SectionInfos[SectionName] =
  494   auto Section = Context.SectionInfos.find(SectionName);
  495   if (Section != Context.SectionInfos.end()) {
  506   Context.SectionInfos[SectionName] =