HomeSort by relevance Sort by last modified time
    Searched defs:Indentation (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 73 unsigned Indentation = 0;
76 ++Indentation;
81 llvm::outs().indent(Indentation);
90 unsigned Indentation = 0;
93 ++Indentation;
98 llvm::outs().indent(Indentation);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 37 class Indentation {
39 private int indentation; field in class:Indentation
44 protected Indentation() {
45 indentation = 0;
54 protected Indentation(int initval) {
55 indentation = initval;
59 * set the indentation field
65 indentation = initval;
69 * get the number of indentation.
74 return indentation;
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false),
51 unsigned Indentation : 8;
  /external/clang/lib/Format/
WhitespaceManager.cpp 528 unsigned Indentation = IndentLevel * Style.IndentWidth;
531 if (Indentation > Spaces)
532 Indentation = Spaces;
533 unsigned Tabs = Indentation / Style.TabWidth;
  /external/clang/lib/AST/
DeclPrinter.cpp 31 unsigned Indentation;
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
51 unsigned Indentation = 0, bool PrintInstantiation = false)
52 : Out(Out), Policy(Policy), Indentation(Indentation),
104 void Decl::print(raw_ostream &Out, unsigned Indentation,
106 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
110 unsigned Indentation, bool PrintInstantiation) const {
111 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation)
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 77 milliseconds