Searched defs: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
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp73 unsigned Indentation = 0; local
76 ++Indentation;
81 llvm::outs().indent(Indentation);
90 unsigned Indentation = 0; local
93 ++Indentation;
98 llvm::outs().indent(Indentation);
/external/clang/include/clang/AST/
H A DPrettyPrinter.h38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false),
51 unsigned Indentation : 8; member in struct:clang::PrintingPolicy
/external/clang/lib/Format/
H A DWhitespaceManager.cpp333 unsigned Indentation = IndentLevel * Style.IndentWidth; local
336 if (Indentation > Spaces)
337 Indentation = Spaces;
338 unsigned Tabs = Indentation / Style.TabWidth;
/external/clang/lib/Frontend/
H A DASTConsumers.cpp89 D->print(Out, /*Indentation=*/0, /*PrintInstantiation=*/true);
184 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
189 unsigned Indentation) {
372 for (unsigned i = 0; i < Indentation; ++i)
396 PrintDeclContext(DC, Indentation+2);
188 PrintDeclContext(const DeclContext* DC, unsigned Indentation) argument
/external/clang/lib/AST/
H A DDeclPrinter.cpp31 unsigned Indentation; member in class:__anon17729::DeclPrinter
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
42 unsigned Indentation = 0, bool PrintInstantiation = false)
43 : Out(Out), Policy(Policy), Indentation(Indentation),
93 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
99 unsigned Indentation, bool PrintInstantiation) const {
100 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiatio
98 print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation, bool PrintInstantiation) const argument
136 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
181 Indent(unsigned Indentation) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1517 sub Indentation { subroutine
1632 my $indent = Indentation($_);
/external/jemalloc/bin/
H A Dpprof1517 sub Indentation { subroutine
1632 my $indent = Indentation($_);
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp100 unsigned Indentation, unsigned BitWidth,
104 unsigned Indentation) const;
107 unsigned Indentation) const;
437 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,
456 void emitBinaryParser(raw_ostream &o, unsigned &Indentation,
459 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const;
722 unsigned Indentation,
725 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
728 Indentation += 2;
748 OS.indent(Indentation) << "MC
720 emitTable(formatted_raw_ostream &OS, DecoderTable &Table, unsigned Indentation, unsigned BitWidth, StringRef Namespace) const argument
[all...]

Completed in 3201 milliseconds