Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp30 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 …]
DStmtPrinter.cpp40 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/
DFixedLenDecoderEmitter.cpp101 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/
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/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp70 unsigned Indentation = 0; in checkPreCall() local
73 ++Indentation; in checkPreCall()
78 llvm::outs().indent(Indentation); in checkPreCall()
/external/clang/include/clang/AST/
DPrettyPrinter.h37 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
48 unsigned Indentation : 8; member
DDeclBase.h853 void print(raw_ostream &Out, unsigned Indentation = 0,
856 unsigned Indentation = 0, bool PrintInstantiation = false) const;
859 unsigned Indentation = 0);
DStmt.h379 unsigned Indentation = 0) const;
/external/clang/lib/Frontend/
DASTConsumers.cpp178 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()
DTextDiagnostic.cpp602 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/
Dspec-09-18.data5 - >1 # Indentation indicator
/external/libphonenumber/java/
Drelease_notes.txt394 - Indentation fixes in reg-exes for the following countries: BG, GB
/external/libvpx/examples/includes/geshi/docs/
DCHANGES668 - Indentation moved into its own method
Dgeshi-doc.txt1336 …* Indentation is in tabs, not spaces: Use tabs! There's no excuse for using spaces in this day and…
/external/llvm/docs/
DCodingStandards.rst987 Namespace Indentation
/external/webkit/Source/WebCore/
DChangeLog-2010-05-248403 Indentation is removed of the modified header files in svg/graphics/filters
DChangeLog-2008-08-106616 * html/CanvasRenderingContext2D.cpp: Indentation fix