Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp31 unsigned Indentation; member in __anon0bdc0d6f0111::DeclPrinter
34 raw_ostream& Indent() { return Indent(Indentation); } in Indent()
35 raw_ostream& Indent(unsigned Indentation);
42 unsigned Indentation = 0, bool PrintInstantiation = false) in DeclPrinter() argument
43 : Out(Out), Policy(Policy), Indentation(Indentation), in DeclPrinter()
94 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument
96 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
100 unsigned Indentation, bool PrintInstantiation) const { in print() argument
101 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation); in print()
139 unsigned Indentation) { in printGroup() argument
[all …]
DStmtPrinter.cpp43 unsigned Indentation = 0) in StmtPrinter() argument
44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {} in StmtPrinter()
47 PrintStmt(S, Policy.Indentation); in PrintStmt()
2231 unsigned Indentation) const { in printPretty()
2232 StmtPrinter P(OS, Helper, Policy, Indentation); in printPretty()
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp73 unsigned Indentation = 0; in checkPreCall() local
76 ++Indentation; in checkPreCall()
81 llvm::outs().indent(Indentation); in checkPreCall()
90 unsigned Indentation = 0; in checkPostCall() local
93 ++Indentation; in checkPostCall()
98 llvm::outs().indent(Indentation); in checkPostCall()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp100 unsigned Indentation, unsigned BitWidth,
104 unsigned Indentation) const;
107 unsigned Indentation) const;
431 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
450 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
453 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const;
694 unsigned Indentation, in emitTable() argument
697 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable()
700 Indentation += 2; in emitTable()
720 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", " in emitTable()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java37 class Indentation { class
44 protected Indentation() { in Indentation() method in Indentation
54 protected Indentation(int initval) { in Indentation() method in Indentation
DSIPHeaderList.java328 String indent = new Indentation(indentation).getIndentation(); in debugDump()
/external/clang/include/clang/AST/
DPrettyPrinter.h38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
51 unsigned Indentation : 8; member
DDeclBase.h956 void print(raw_ostream &Out, unsigned Indentation = 0,
959 unsigned Indentation = 0, bool PrintInstantiation = false) const;
962 unsigned Indentation = 0);
DStmt.h383 unsigned Indentation = 0) const; in LLVM_ALIGNAS()
/external/clang/lib/Frontend/
DASTConsumers.cpp193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
198 unsigned Indentation) { in PrintDeclContext() argument
381 for (unsigned i = 0; i < Indentation; ++i) in PrintDeclContext()
405 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
DTextDiagnostic.cpp617 unsigned Indentation = WordWrapIndentation) { in printWordWrapped() argument
623 IndentStr.assign(Indentation, ' '); in printWordWrapped()
652 OS.write(&IndentStr[0], Indentation); in printWordWrapped()
655 Column = Indentation + WordLength; in printWordWrapped()
/external/clang/lib/Format/
DWhitespaceManager.cpp342 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText() local
345 if (Indentation > Spaces) in appendIndentText()
346 Indentation = Spaces; in appendIndentText()
347 unsigned Tabs = Indentation / Style.TabWidth; in appendIndentText()
/external/llvm/test/YAMLParser/
Dspec-09-18.data5 - >1 # Indentation indicator
/external/clang/docs/
DClangFormatStyleOptions.rst301 - Indentation with the continuation indent, not with the block indent.
/external/jemalloc/bin/
Djeprof.in1541 sub Indentation {
1656 my $indent = Indentation($_);
/external/libxml2/os400/libxmlrpg/
Dxmlwriter.rpgle700 * Indentation
/external/libphonenumber/
Drelease_notes.txt908 - Indentation fixes in reg-exes for the following countries: BG, GB
/external/llvm/docs/
DCodingStandards.rst1499 Namespace Indentation