Searched refs:PreviousSection (Results 1 – 2 of 2) sorted by relevance
685 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local686 if (PreviousSection.first == nullptr) in parseDirectivePrevious()688 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()
742 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious() local743 if (!PreviousSection.first) in parseDirectivePrevious()745 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()