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

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java37 class Indentation { class
44 protected Indentation() { method in class:Indentation
54 protected Indentation(int initval) { method in class:Indentation
H A DSIPHeaderList.java328 String indent = new Indentation(indentation).getIndentation();
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp177 void emit(raw_ostream &o, unsigned &Indentation) const;
278 void emitTop(raw_ostream &o, unsigned Indentation,
347 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
350 void emitSoftFailCheck(raw_ostream &o, unsigned Indentation,
355 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,
359 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,
362 void emitBinaryParser(raw_ostream &o , unsigned &Indentation,
386 bool emit(raw_ostream &o, unsigned &Indentation) const;
513 void Filter::emit(raw_ostream &o, unsigned &Indentation) const {
514 o.indent(Indentation) << "// Chec
588 emitTop(raw_ostream &o, unsigned Indentation, const std::string &Namespace) const argument
756 emitBinaryParser(raw_ostream &o, unsigned &Indentation, const OperandInfo &OpInfo) const argument
793 emitPredicateMatch(raw_ostream &o, unsigned &Indentation, unsigned Opc) const argument
822 emitSoftFailCheck(raw_ostream &o, unsigned Indentation, unsigned Opc) const argument
884 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, unsigned Opc) const argument
982 emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, const Filter &Best) const argument
1485 unsigned Indentation = 0; local
[all...]
/external/clang/include/clang/AST/
H A DPrettyPrinter.h37 : Indentation(2), LangOpts(LO), SuppressSpecifiers(false),
45 unsigned Indentation : 8; member in struct:clang::PrintingPolicy
H A DDeclBase.h852 void print(raw_ostream &Out, unsigned Indentation = 0,
855 unsigned Indentation = 0, bool PrintInstantiation = false) const;
858 unsigned Indentation = 0);
H A DStmt.h377 unsigned Indentation = 0) const {
378 printPretty(OS, *(ASTContext*)0, Helper, Policy, Indentation);
383 unsigned Indentation = 0) const;
/external/clang/lib/AST/
H A DDeclPrinter.cpp31 unsigned Indentation; member in class:__anon3044::DeclPrinter
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
43 unsigned Indentation = 0,
45 : Out(Out), Context(Context), Policy(Policy), Indentation(Indentation),
92 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
94 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
98 unsigned Indentation, bool PrintInstantiation) const {
99 DeclPrinter Printer(Out, getASTContext(), Policy, Indentation, PrintInstantiatio
97 print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation, bool PrintInstantiation) const argument
131 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
180 Indent(unsigned Indentation) argument
[all...]
H A DStmtPrinter.cpp40 unsigned Indentation = 0)
41 : OS(os), Context(C), IndentLevel(Indentation), Helper(helper),
45 PrintStmt(S, Policy.Indentation);
1882 unsigned Indentation) const {
1893 StmtPrinter P(OS, Context, Helper, Policy, Indentation);
/external/clang/lib/Frontend/
H A DASTConsumers.cpp44 Context.getTranslationUnitDecl()->print(Out, Policy, /*Indentation=*/0,
108 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
113 unsigned Indentation) {
298 for (unsigned i = 0; i < Indentation; ++i)
322 PrintDeclContext(DC, Indentation+2);
112 PrintDeclContext(const DeclContext* DC, unsigned Indentation) argument

Completed in 134 milliseconds