Lines Matching defs:Nesting
91 const unsigned short Nesting; // How deeply nested is Loc located?
95 : Loc(SLoc), Nesting(CurrentNesting), C(Crit) {}
108 Increment = 1 + Nesting;
147 void account(SourceLocation Loc, unsigned short Nesting, Criteria C);
190 void CognitiveComplexity::account(SourceLocation Loc, unsigned short Nesting,
195 Details.emplace_back(Loc, Nesting, C);
262 // "Else") is traversed with increased Nesting level.
263 // However if this IfStmt *IS* "else if", then Nesting level is increased
397 // B2. Nesting level
417 // B3. Nesting increments
458 // specification states that the Nesting level shall be increased. But if this
459 // function is the entry point, then the Nesting level should not be
466 // B2. Nesting level
556 << (unsigned)Increase << (unsigned)Detail.Nesting << 1 + Detail.Nesting;