Searched refs:endInfo (Results 1 – 2 of 2) sorted by relevance
77 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local78 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()80 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()81 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
2422 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;2423 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;8022 void sectionEnded( SectionEndInfo const& endInfo ) override;8023 void sectionEndedEarly( SectionEndInfo const& endInfo ) override;12620 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded() argument12621 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()12629 …m_reporter->sectionEnded(SectionStats(endInfo.sectionInfo, assertions, endInfo.durationInSeconds, … in sectionEnded()12634 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly() argument12641 m_unfinishedSections.push_back(endInfo); in sectionEndedEarly()12945 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local[all …]