Searched refs:NonTypeUnitContext (Results 1 – 2 of 2) sorted by relevance
634 friend class NonTypeUnitContext; variable635 class NonTypeUnitContext {639 NonTypeUnitContext(DwarfDebug *DD);641 NonTypeUnitContext(NonTypeUnitContext&&) = default;642 ~NonTypeUnitContext();645 NonTypeUnitContext enterNonTypeUnitContext();
2999 DwarfDebug::NonTypeUnitContext::NonTypeUnitContext(DwarfDebug *DD) in NonTypeUnitContext() function in DwarfDebug::NonTypeUnitContext3006 DwarfDebug::NonTypeUnitContext::~NonTypeUnitContext() { in ~NonTypeUnitContext()3011 DwarfDebug::NonTypeUnitContext DwarfDebug::enterNonTypeUnitContext() { in enterNonTypeUnitContext()3012 return NonTypeUnitContext(this); in enterNonTypeUnitContext()