Lines Matching full:indent
90 // dbgsIndent - When debugging, indent by the specified amount.92 void dbgsIndent(unsigned indent);301 // dbgsIndent - When debugging, indent by the specified amount.303 void dbgsIndent(unsigned indent) {304 for (unsigned i = 0; i < indent; ++i) {