reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
772 Indent = -1; 1010 while (Indent > ToColumn) { 1014 Indent = Indents.pop_back_val(); 1025 if (Indent < ToColumn) { 1026 Indents.push_back(Indent); 1027 Indent = ToColumn; 1331 assert(Indent >= -1 && "Indent must be >= -1 !"); 1332 unsigned indent = static_cast<unsigned>(Indent + 1); 1591 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent; 1591 unsigned BlockExitIndent = Indent < 0 ? 0 : (unsigned)Indent;