Lines Matching defs:Indent
405 /// @brief Increase indent to \a Col. Creates \a Kind token at \a InsertPoint
475 int Indent;
698 , Indent(-1)
716 , Indent(-1)
971 while (Indent > ToColumn) {
975 Indent = Indents.pop_back_val();
986 if (Indent < ToColumn) {
987 Indents.push_back(Indent);
988 Indent = ToColumn;
1281 assert(Indent >= -1 && "Indent must be >= -1 !");
1282 unsigned indent = static_cast<unsigned>(Indent + 1);
1317 if (LeadingBlanks && (Column < indent) && *Tmp == '\t') {
1333 if (!FlowLevel && Column < indent)