Searched refs:IndentStr (Results 1 – 2 of 2) sorted by relevance
99 O << IndentStr << "if ("; in EmitAction()118 O << IndentStr << "}\n"; in EmitAction()133 O << IndentStr << " "; in EmitAction()144 O << IndentStr << "}\n"; in EmitAction()163 O << IndentStr << " "; in EmitAction()184 O << IndentStr << "}\n"; in EmitAction()194 O << "\n" << IndentStr in EmitAction()202 << IndentStr in EmitAction()206 O << ");\n" << IndentStr in EmitAction()219 O << IndentStr << " "; in EmitAction()[all …]
621 SmallString<16> IndentStr; in printWordWrapped() local622 IndentStr.assign(Indentation, ' '); in printWordWrapped()651 OS.write(&IndentStr[0], Indentation); in printWordWrapped()