Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp703 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection() local
704 if (SectionIt == Context.SectionInfos.end()) { in UnifySection()
710 const auto &Section = SectionIt->second; in UnifySection()
729 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection() local
730 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
731 const auto &Section = SectionIt->second; in UnifySection()