Lines Matching refs:Level
61 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource),
65 Line.Level = 0;
73 Line.Level = PreviousLineLevel;
133 Parser.Line->Level = PreBlockLine->Level;
296 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
297 ++Line->Level;
399 unsigned InitialLevel = Line->Level;
407 ++Line->Level;
411 Line->Level = InitialLevel;
419 Line->Level = InitialLevel;
447 Line->Level += GoogScope ? 0 : 1;
449 Line->Level -= GoogScope ? 0 : 1;
572 Line->Level = 1;
576 // would be to use the same approach we use on the file level (no
1068 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1078 ++Line->Level;
1080 --Line->Level;
1085 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1092 ++Line->Level;
1094 --Line->Level;
1119 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1134 ++Line->Level
1136 --Line->Level;
1152 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1199 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1204 ++Line->Level;
1206 --Line->Level;
1214 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1220 ++Line->Level;
1222 --Line->Level;
1237 unsigned OldLineLevel = Line->Level;
1238 if (Line->Level > 1 || (!Line->InPPDirective && Line->Level > 0))
1239 --Line->Level;
1241 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1255 Line->Level = OldLineLevel;
1273 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1278 ++Line->Level;
1280 --Line->Level;
1455 llvm::dbgs() << Prefix << "Line(" << Line.Level << ")"
1541 // before the preprocessor directive, at the same level as the