Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp801 auto [SectionIt, Inserted] = Context.SectionInfos.try_emplace( in UnifySection()
806 const auto &Section = SectionIt->second; in UnifySection()
825 auto SectionIt = Context.SectionInfos.find(SectionName); in UnifySection() local
826 if (SectionIt != Context.SectionInfos.end()) { in UnifySection()
827 const auto &Section = SectionIt->second; in UnifySection()