Home
last modified time | relevance | path

Searched refs:IndentStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp125 O << IndentStr << "if ("; in EmitAction()
144 O << IndentStr << "}\n"; in EmitAction()
190 << IndentStr in EmitAction()
198 << IndentStr in EmitAction()
205 O << IndentStr << "}\n"; in EmitAction()
245 O << IndentStr << "}\n"; in EmitAction()
255 O << "\n" << IndentStr in EmitAction()
263 << IndentStr in EmitAction()
267 O << ");\n" << IndentStr in EmitAction()
280 O << IndentStr << " "; in EmitAction()
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp621 SmallString<16> IndentStr; in printWordWrapped() local
622 IndentStr.assign(Indentation, ' '); in printWordWrapped()
651 OS.write(&IndentStr[0], Indentation); in printWordWrapped()