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

  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 79 unsigned Indentation = 0;
82 ++Indentation;
87 llvm::outs().indent(Indentation);
96 unsigned Indentation = 0;
99 ++Indentation;
104 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 41 : Indentation(2), SuppressSpecifiers(false),
66 unsigned Indentation : 8;
Type.h 936 unsigned Indentation = 0) const {
937 print(split(), OS, Policy, PlaceHolder, Indentation);
941 unsigned Indentation = 0) {
942 return print(split.Ty, split.Quals, OS, policy, PlaceHolder, Indentation);
947 unsigned Indentation = 0);
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 550 unsigned Indentation = IndentLevel * Style.IndentWidth;
553 if (Indentation > Spaces)
554 Indentation = Spaces;
555 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),
106 void Decl::print(raw_ostream &Out, unsigned Indentation,
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
112 unsigned Indentation, bool PrintInstantiation) const {
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation)
    [all...]
TypePrinter.cpp 84 unsigned Indentation;
89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0)
90 : Policy(Policy), Indentation(Indentation),
943 D->print(OS, SubPolicy, Indentation);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 321 void emit(raw_ostream &o, unsigned &Indentation);
416 void emitTop(raw_ostream &o, unsigned &Indentation);
420 void emitBot(raw_ostream &o, unsigned &Indentation);
503 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
506 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,
531 bool emit(raw_ostream &o, unsigned &Indentation);
659 void ARMFilter::emit(raw_ostream &o, unsigned &Indentation) {
660 o.indent(Indentation) << "// Check Inst{";
667 o.indent(Indentation) << "switch (fieldFromInstruction(insn, "
682 o.indent(Indentation) << "default:\n"
    [all...]
FixedLenDecoderEmitter.cpp 180 void emit(raw_ostream &o, unsigned &Indentation);
281 void emitTop(raw_ostream &o, unsigned Indentation, std::string Namespace);
335 bool emitPredicateMatch(raw_ostream &o, unsigned &Indentation,unsigned Opc);
339 bool emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,unsigned Opc);
342 void emitSingletonDecoder(raw_ostream &o, unsigned &Indentation,Filter &Best);
344 void emitBinaryParser(raw_ostream &o , unsigned &Indentation,
369 bool emit(raw_ostream &o, unsigned &Indentation);
498 void Filter::emit(raw_ostream &o, unsigned &Indentation) {
499 o.indent(Indentation) << "// Check Inst{";
506 o.indent(Indentation) << "switch (fieldFromInstruction" << Owner->BitWidt
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 352 milliseconds