Home
last modified time | relevance | path

Searched defs:endInfo (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/internal/
Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
Dcatch_run_context.cpp210 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
224 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
/external/clang/lib/Lex/
DMacroInfo.cpp55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
/external/llvm-project/clang/lib/Edit/
DCommit.cpp313 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange() local
/external/clang/lib/Edit/
DCommit.cpp312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange() local
/external/bcc/tests/cc/
Dcatch.hpp5986 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded()
5999 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly()
7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
/external/catch2/single_include/catch2/
Dcatch.hpp12650 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
12664 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
12975 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
/external/libabigail/tests/lib/
Dcatch.hpp12793 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
12807 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
13118 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local