Lines Matching refs:Level
36 Call(N.Tok, Parent, First, Line.Level); in forEachToken()
44 unsigned Level, in MacroCallReconstructor() argument
47 : Result(Level), IdToReconstructed(ActiveExpansions) { in MacroCallReconstructor()
56 unsigned Level) { add(Token, Parent, First, Level); }); in addLine() argument
65 *Result.Tokens.front()->Children.front(), Result.Level); in takeResult()
75 unsigned Level) { in add() argument
105 prepareParent(ExpandedParent, First, Level); in add()
132 bool NewLine, unsigned Level) { in prepareParent() argument
175 std::make_unique<ReconstructedLine>(Level)); in prepareParent()
428 MacroCallStructure.back().Line->Level); in processNextReconstructed()
440 MacroCallStructure.back().Line->Level); in processNextReconstructed()
508 int Level) { in createUnwrappedLine() argument
510 Result.Level = Level; in createUnwrappedLine()
524 auto Line = createUnwrappedLine(**Child, Level); in createUnwrappedLine()
534 return E1->Level < E2->Level; in createUnwrappedLine()
537 ->Level; in createUnwrappedLine()
542 *Child, Level + 1 + (Child->Level - MinChildLevel))); in createUnwrappedLine()
549 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug() argument
550 for (int i = 0; i < Level; ++i) in debug()
559 debug(*Child, Level + 1); in debug()
560 for (int i = 0; i < Level; ++i) in debug()