Lines Matching refs:ActiveReconstructedLines
49 ActiveReconstructedLines.push_back(&Result); in MacroCallReconstructor()
162 (!ActiveReconstructedLines.back()->Tokens.empty() && in prepareParent()
163 Parent == ActiveReconstructedLines.back()->Tokens.back()->Tok)) { in prepareParent()
166 while (ActiveReconstructedLines.back()->Tokens.empty() || in prepareParent()
167 (Parent != ActiveReconstructedLines.back()->Tokens.back()->Tok && in prepareParent()
168 ActiveReconstructedLines.back()->Tokens.back()->Tok != in prepareParent()
170 ActiveReconstructedLines.pop_back(); in prepareParent()
171 assert(!ActiveReconstructedLines.empty()); in prepareParent()
173 assert(!ActiveReconstructedLines.empty()); in prepareParent()
174 ActiveReconstructedLines.back()->Tokens.back()->Children.push_back( in prepareParent()
176 ActiveReconstructedLines.push_back( in prepareParent()
177 &*ActiveReconstructedLines.back()->Tokens.back()->Children.back()); in prepareParent()
184 ActiveReconstructedLines.pop_back(); in prepareParent()
185 assert(!ActiveReconstructedLines.empty()); in prepareParent()
188 assert(!ActiveReconstructedLines.empty()); in prepareParent()
239 for (auto I = ActiveReconstructedLines.rbegin(), in reconstruct()
240 E = ActiveReconstructedLines.rend(); in reconstruct()
568 return **std::prev(std::prev(ActiveReconstructedLines.end())); in parentLine()
573 return ActiveReconstructedLines.back(); in currentLine()