Home | History | Annotate | Download | only in Format

Lines Matching defs:AddLevel

396 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel,
406 if (AddLevel)
692 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/false);
1178 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All ||
1181 parseBlock(/*MustBeDeclaration=*/true, AddLevel);
1370 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/true,