Home | History | Annotate | Download | only in Format

Lines Matching refs:Level

43   /// \brief The indent level of the \c UnwrappedLine.
44 unsigned Level;
131 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
132 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
186 // branches) for each nesting level of preprocessor branches.
187 // \c PPBranchLevel stores the current nesting level of preprocessor
192 // for each nesting level.
195 // Contains the maximum number of branches at each nesting level.
198 // Contains the number of branches per nesting level we are currently
217 : Level(0), InPPDirective(false), MustBeDeclaration(false) {}