/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 30 unsigned Indentation; member in __anon371e63150111::DeclPrinter 33 raw_ostream& Indent() { return Indent(Indentation); } in Indent() 34 raw_ostream& Indent(unsigned Indentation); 41 unsigned Indentation = 0, bool PrintInstantiation = false) in DeclPrinter() argument 42 : Out(Out), Policy(Policy), Indentation(Indentation), in DeclPrinter() 89 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument 91 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print() 95 unsigned Indentation, bool PrintInstantiation) const { in print() argument 96 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation); in print() 132 unsigned Indentation) { in printGroup() argument [all …]
|
D | StmtPrinter.cpp | 40 unsigned Indentation = 0) in StmtPrinter() argument 41 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {} in StmtPrinter() 44 PrintStmt(S, Policy.Indentation); in PrintStmt() 1812 unsigned Indentation) const { in printPretty() 1823 StmtPrinter P(OS, Helper, Policy, Indentation); in printPretty()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 101 unsigned Indentation, unsigned BitWidth, 105 unsigned Indentation) const; 108 unsigned Indentation) const; 438 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation, 457 void emitBinaryParser(raw_ostream &o, unsigned &Indentation, 460 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const; 723 unsigned Indentation, in emitTable() argument 726 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace in emitTable() 729 Indentation += 2; in emitTable() 749 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/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 70 unsigned Indentation = 0; in checkPreCall() local 73 ++Indentation; in checkPreCall() 78 llvm::outs().indent(Indentation); in checkPreCall()
|
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 37 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false), in PrintingPolicy() 48 unsigned Indentation : 8; member
|
D | DeclBase.h | 853 void print(raw_ostream &Out, unsigned Indentation = 0, 856 unsigned Indentation = 0, bool PrintInstantiation = false) const; 859 unsigned Indentation = 0);
|
D | Stmt.h | 379 unsigned Indentation = 0) const;
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 178 void PrintDeclContext(const DeclContext* DC, unsigned Indentation); 183 unsigned Indentation) { in PrintDeclContext() argument 368 for (unsigned i = 0; i < Indentation; ++i) in PrintDeclContext() 392 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
|
D | TextDiagnostic.cpp | 602 unsigned Indentation = WordWrapIndentation) { in printWordWrapped() argument 608 IndentStr.assign(Indentation, ' '); in printWordWrapped() 637 OS.write(&IndentStr[0], Indentation); in printWordWrapped() 640 Column = Indentation + WordLength; in printWordWrapped()
|
/external/llvm/test/YAMLParser/ |
D | spec-09-18.data | 5 - >1 # Indentation indicator
|
/external/libphonenumber/java/ |
D | release_notes.txt | 394 - Indentation fixes in reg-exes for the following countries: BG, GB
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 668 - Indentation moved into its own method
|
D | geshi-doc.txt | 1336 …* Indentation is in tabs, not spaces: Use tabs! There's no excuse for using spaces in this day and…
|
/external/llvm/docs/ |
D | CodingStandards.rst | 987 Namespace Indentation
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 8403 Indentation is removed of the modified header files in svg/graphics/filters
|
D | ChangeLog-2008-08-10 | 6616 * html/CanvasRenderingContext2D.cpp: Indentation fix
|