Searched defs:Indentation (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp70 unsigned Indentation = 0; local
73 ++Indentation;
78 llvm::outs().indent(Indentation);
/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
/external/clang/include/clang/AST/
H A DPrettyPrinter.h37 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false),
48 unsigned Indentation : 8; member in struct:clang::PrintingPolicy
/external/clang/lib/Frontend/
H A DASTConsumers.cpp51 D->print(Out, /*Indentation=*/0, /*PrintInstantiation=*/true);
70 D->print(Out, /*Indentation=*/0, /*PrintInstantiation=*/true);
178 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
183 unsigned Indentation) {
368 for (unsigned i = 0; i < Indentation; ++i)
392 PrintDeclContext(DC, Indentation+2);
182 PrintDeclContext(const DeclContext* DC, unsigned Indentation) argument
/external/clang/lib/AST/
H A DDeclPrinter.cpp30 unsigned Indentation; member in class:__anon3485::DeclPrinter
33 raw_ostream& Indent() { return Indent(Indentation); }
34 raw_ostream& Indent(unsigned Indentation);
41 unsigned Indentation = 0, bool PrintInstantiation = false)
42 : Out(Out), Policy(Policy), Indentation(Indentation),
89 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
91 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
95 unsigned Indentation, bool PrintInstantiation) const {
96 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiatio
94 print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation, bool PrintInstantiation) const argument
130 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
185 Indent(unsigned Indentation) argument
[all...]
/external/llvm/utils/TableGen/
H A 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,
726 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
729 Indentation += 2;
749 OS.indent(Indentation) << "MC
721 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]

Completed in 113 milliseconds