Home | History | Annotate | Download | only in Scalar

Lines Matching full:indent

259   void print(raw_ostream &OS, const_iterator I, StringRef Indent = "  ") const;
261 StringRef Indent = " ") const;
263 StringRef Indent = " ") const;
759 StringRef Indent) const {
760 printSlice(OS, I, Indent);
761 printUse(OS, I, Indent);
765 StringRef Indent) const {
766 OS << Indent << "[" << I->beginOffset() << "," << I->endOffset() << ")"
772 StringRef Indent) const {
773 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n";