Home | History | Annotate | Download | only in Format

Lines Matching refs:AddLevel

322 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel) {
331 if (AddLevel)
553 parseBlock(/*MustBeDeclaration=*/true, /*AddLevel=*/false);
806 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All ||
809 parseBlock(/*MustBeDeclaration=*/true, AddLevel);