Home | History | Annotate | Download | only in Format

Lines Matching refs:Level

42   /// \brief The indent level of the \c UnwrappedLine.
43 unsigned Level;
124 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
125 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
181 // branches) for each nesting level of preprocessor branches.
182 // \c PPBranchLevel stores the current nesting level of preprocessor
187 // for each nesting level.
190 // Contains the maximum number of branches at each nesting level.
193 // Contains the number of branches per nesting level we are currently
212 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}