Home
last modified time | relevance | path

Searched refs:Indentation (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp33 unsigned Indentation; member in __anond0616ced0111::DeclPrinter
36 raw_ostream& Indent() { return Indent(Indentation); } in Indent()
37 raw_ostream& Indent(unsigned Indentation);
55 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter() argument
57 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter()
130 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument
132 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
136 unsigned Indentation, bool PrintInstantiation) const { in print() argument
137 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print()
194 unsigned Indentation) { in printGroup() argument
[all …]
H A DTypePrinter.cpp115 unsigned Indentation; member in __anon5708b7770111::TypePrinter
120 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() argument
121 : Policy(Policy), Indentation(Indentation) {} in TypePrinter()
1430 D->print(OS, SubPolicy, Indentation); in printTag()
1665 OwnedTagDecl->print(OS, SubPolicy, Indentation); in printElaboratedBefore()
2573 const Twine &PlaceHolder, unsigned Indentation) const { in print()
2575 Indentation); in print()
2580 const Twine &PlaceHolder, unsigned Indentation) { in print() argument
2584 TypePrinter(policy, Indentation).print(ty, qs, OS, PH); in print()
H A DStmtPrinter.cpp78 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter() argument
80 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy), in StmtPrinter()
83 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt()
2811 const PrintingPolicy &Policy, unsigned Indentation, in printPretty() argument
2813 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context); in printPretty()
2819 unsigned Indentation, StringRef NL, in printPrettyControlled() argument
2821 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context); in printPrettyControlled()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp83 unsigned Indentation = 0; in checkPreCall() local
86 ++Indentation; in checkPreCall()
91 llvm::outs().indent(Indentation); in checkPreCall()
100 unsigned Indentation = 0; in checkPostCall() local
103 ++Indentation; in checkPostCall()
108 llvm::outs().indent(Indentation); in checkPostCall()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp167 unsigned Indentation, unsigned BitWidth, StringRef Namespace,
173 unsigned Indentation) const;
175 unsigned Indentation) const;
527 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
546 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
550 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
796 unsigned Indentation, unsigned BitWidth, in emitTable() argument
807 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable()
810 Indentation += 2; in emitTable()
855 OS.indent(Indentation) << "MCD::OPC_ExtractField, "; in emitTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp146 size_t Indentation = 0; in print() local
150 Indentation = options().indentationSize(); in print()
151 if (Indentation) in print()
H A DLVScope.cpp1387 size_t Indentation = options().indentationSize() + in addLineZero()
1407 OS << std::string(Indentation, ' ') << formattedKind(Kind) << " " in printLocalNames()
1428 OS << std::string(Indentation, ' ') << formattedKind(Kind) << " " in printLocalNames()
1395 size_t Indentation = options().indentationSize() + printLocalNames() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp288 LLVM_DUMP_METHOD void Record::dump(llvm::raw_ostream &OS, unsigned Indentation, in dump() argument
290 unsigned Indent = Indentation * 2; in dump()
301 B.R->dump(OS, Indentation + 1, Offset + B.Offset); in dump()
320 B.R->dump(OS, Indentation + 1, Offset + B.Offset); in dump()
H A DRecord.h103 void dump(llvm::raw_ostream &OS, unsigned Indentation = 0,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h60 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
93 unsigned Indentation : 8; member
H A DType.h1351 unsigned Indentation = 0) const;
1355 unsigned Indentation = 0) {
1356 return print(split.Ty, split.Quals, OS, policy, PlaceHolder, Indentation);
1362 unsigned Indentation = 0);
1380 unsigned Indentation;
1384 const Twine &PlaceHolder, unsigned Indentation)
1386 Indentation(Indentation) {}
1390 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
1397 unsigned Indentation = 0) const {
1398 return StreamedQualTypeHelper(*this, Policy, PlaceHolder, Indentation);
H A DDeclBase.h1235 void print(raw_ostream &Out, unsigned Indentation = 0,
1238 unsigned Indentation = 0, bool PrintInstantiation = false) const;
1241 unsigned Indentation = 0);
H A DStmt.h1411 const PrintingPolicy &Policy, unsigned Indentation = 0,
1416 unsigned Indentation = 0,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1765 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
1766 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1777 unsigned Indentation = in appendIndentText() local
1779 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1787 unsigned Indentation) { in appendTabIndent() argument
1790 if (Indentation > Spaces) in appendTabIndent()
1791 Indentation = Spaces; in appendTabIndent()
1793 unsigned Tabs = Indentation / Style.TabWidth; in appendTabIndent()
H A DWhitespaceManager.h360 unsigned Indentation);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp938 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability() local
948 << Indentation << ExtraIndentation; in DiagnoseDeclAvailability()
958 << Indentation << "} else {\n" in DiagnoseDeclAvailability()
959 << Indentation << ExtraIndentation in DiagnoseDeclAvailability()
961 << Indentation << "}"; in DiagnoseDeclAvailability()
H A DSemaChecking.cpp545 Indent.resize(Depth * Policy.Indentation, ' '); in getIndentString()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp303 unsigned Indentation = 4; in emitDeclaration() local
306 OS << std::string(Indentation, ' '); in emitDeclaration()
319 Indentation += 2; in emitDeclaration()
323 OS << std::string(Indentation, ' '); in emitDeclaration()
326 Indentation -= 2; in emitDeclaration()
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst165 Indentation chapter
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md147 * Indentation is *always* done using spaces, not tabs. The only exception is in
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04787 * ntpd/ntp_config.c (getconfig): Indentation cleanup
/freebsd/contrib/tzcode/
H A DNEWS5284 4. Indentation in one section of zic.c has been fixed.
/freebsd/contrib/tzdata/
H A DNEWS5387 4. Indentation in one section of zic.c has been fixed.
/freebsd/contrib/unbound/doc/
H A DChangelog3278 - Fix Bad Indentation, in dnscrypt.c,