/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 31 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 …]
|
D | StmtPrinter.cpp | 43 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/ |
D | TraversalChecker.cpp | 73 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/ |
D | FixedLenDecoderEmitter.cpp | 100 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/ |
D | Indentation.java | 37 class Indentation { class 44 protected Indentation() { in Indentation() method in Indentation 54 protected Indentation(int initval) { in Indentation() method in Indentation
|
D | SIPHeaderList.java | 328 String indent = new Indentation(indentation).getIndentation(); in debugDump()
|
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false), in PrintingPolicy() 51 unsigned Indentation : 8; member
|
D | DeclBase.h | 956 void print(raw_ostream &Out, unsigned Indentation = 0, 959 unsigned Indentation = 0, bool PrintInstantiation = false) const; 962 unsigned Indentation = 0);
|
D | Stmt.h | 383 unsigned Indentation = 0) const; in LLVM_ALIGNAS()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 193 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()
|
D | TextDiagnostic.cpp | 617 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/ |
D | WhitespaceManager.cpp | 342 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/ |
D | spec-09-18.data | 5 - >1 # Indentation indicator
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 301 - Indentation with the continuation indent, not with the block indent.
|
/external/jemalloc/bin/ |
D | jeprof.in | 1541 sub Indentation { 1656 my $indent = Indentation($_);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlwriter.rpgle | 700 * Indentation
|
/external/libphonenumber/ |
D | release_notes.txt | 908 - Indentation fixes in reg-exes for the following countries: BG, GB
|
/external/llvm/docs/ |
D | CodingStandards.rst | 1499 Namespace Indentation
|