Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp77 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp313 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp12620 void RunContext::sectionEnded(SectionEndInfo const & endInfo) { in sectionEnded()
12634 void RunContext::sectionEndedEarly(SectionEndInfo const & endInfo) { in sectionEndedEarly()
12945 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local