Searched refs:m_nested_call (Results 1 – 2 of 2) sorted by relevance
284 FunctionCallUP m_nested_call; variable300 : m_nested_call(std::move(nested_call)) {} in UntracedPrefixSegment()307 FunctionCallUP m_nested_call; variable
609 if (m_nested_call) in IfNestedCall() 610 callback(*m_nested_call); in IfNestedCall() 622 m_nested_call = std::make_unique<FunctionCall>(cursor_sp, symbol_info); in CreateNestedCall() 623 m_nested_call->SetParentCall(m_owning_call); in CreateNestedCall() 624 return *m_nested_call; in CreateNestedCall() 640 return *m_nested_call; in GetNestedCall()