Searched refs:PreviousLevel (Results 1 – 2 of 2) sorted by relevance
292 std::vector<IncludeStructure::HeaderID> PreviousLevel; in includeDepth() local294 PreviousLevel.clear(); in includeDepth()295 PreviousLevel.swap(CurrentLevel); in includeDepth()296 for (const auto &Parent : PreviousLevel) { in includeDepth()
334 bool PreviousLevel = in endReconstruction() local337 if (!ClosingParen && !TrailingComment && !PreviousLevel) { in endReconstruction()