Searched refs:Indentation (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp83 unsigned Indentation = 0; local
86 ++Indentation;
91 llvm::outs().indent(Indentation);
100 unsigned Indentation = 0; local
103 ++Indentation;
108 llvm::outs().indent(Indentation);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp32 unsigned Indentation; member in class:__anon240::DeclPrinter
35 raw_ostream& Indent() { return Indent(Indentation); }
36 raw_ostream& Indent(unsigned Indentation);
54 const ASTContext &Context, unsigned Indentation = 0,
56 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation),
119 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
121 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
125 unsigned Indentation, bool PrintInstantiation) const {
126 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation,
124 print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation, bool PrintInstantiation) const argument
178 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
221 Indent(unsigned Indentation) argument
569 printExplicitSpecifier(ExplicitSpecifier ES, llvm::raw_ostream &Out, PrintingPolicy &Policy, unsigned Indentation) argument
[all...]
H A DTypePrinter.cpp103 unsigned Indentation; member in class:__anon283::TypePrinter
108 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0)
109 : Policy(Policy), Indentation(Indentation) {}
1149 D->print(OS, SubPolicy, Indentation);
1320 OwnedTagDecl->print(OS, SubPolicy, Indentation);
1895 const Twine &PlaceHolder, unsigned Indentation) const {
1897 Indentation);
1902 const Twine &PlaceHolder, unsigned Indentation) {
1906 TypePrinter(policy, Indentation)
1900 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder, unsigned Indentation) argument
[all...]
H A DStmtPrinter.cpp77 const PrintingPolicy &Policy, unsigned Indentation = 0,
80 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy),
84 PrintStmt(S, Policy.Indentation);
2519 const PrintingPolicy &Policy, unsigned Indentation,
2521 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context);
2518 printPretty(raw_ostream &Out, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation, StringRef NL, const ASTContext *Context) const argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h50 : Indentation(2), SuppressSpecifiers(false),
76 unsigned Indentation : 8; member in struct:clang::PrintingPolicy
H A DDeclBase.h1132 void print(raw_ostream &Out, unsigned Indentation = 0,
1135 unsigned Indentation = 0, bool PrintInstantiation = false) const;
1138 unsigned Indentation = 0);
H A DType.h1002 unsigned Indentation = 0) const;
1006 unsigned Indentation = 0) {
1007 return print(split.Ty, split.Quals, OS, policy, PlaceHolder, Indentation);
1013 unsigned Indentation = 0);
1031 unsigned Indentation; member in class:clang::QualType::StreamedQualTypeHelper
1035 const Twine &PlaceHolder, unsigned Indentation)
1037 Indentation(Indentation) {}
1041 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
1048 unsigned Indentation
1034 StreamedQualTypeHelper(const QualType &T, const PrintingPolicy &Policy, const Twine &PlaceHolder, unsigned Indentation) argument
[all...]
H A DStmt.h1164 const PrintingPolicy &Policy, unsigned Indentation = 0,
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp144 unsigned Indentation, unsigned BitWidth,
148 unsigned Indentation) const;
151 unsigned Indentation) const;
485 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
504 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
508 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc,
751 unsigned Indentation,
754 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
757 Indentation += 2;
777 OS.indent(Indentation) << "MC
749 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]
H A DGlobalISelEmitter.cpp575 unsigned Indentation = 4; local
578 OS << std::string(Indentation, ' ');
592 Indentation += 2;
596 OS << std::string(Indentation, ' ');
599 Indentation -= 2;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp840 unsigned Indentation = IndentLevel * Style.IndentWidth; local
843 if (Indentation > Spaces)
844 Indentation = Spaces;
846 unsigned Tabs = Indentation / Style.TabWidth;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8651 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM);
8661 << Indentation << ExtraIndentation;
8671 << Indentation << "} else {\n"
8672 << Indentation << ExtraIndentation
8674 << Indentation << "}"; local

Completed in 312 milliseconds