Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp99 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 …]
/freebsd-13.1/contrib/llvm-project/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()