Home
last modified time | relevance | path

Searched defs:Indentation (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java37 class Indentation { class
44 protected Indentation() { in Indentation() method in Indentation
54 protected Indentation(int initval) { in Indentation() method in Indentation
/external/clang/lib/AST/
DDeclPrinter.cpp31 unsigned Indentation; member in __anonc6a81c530111::DeclPrinter
43 unsigned Indentation = 0, in DeclPrinter()
92 void Decl::print(raw_ostream &Out, unsigned Indentation, in print()
98 unsigned Indentation, bool PrintInstantiation) const { in print()
133 unsigned Indentation) { in printGroup()
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
DStmtPrinter.cpp40 unsigned Indentation = 0) in StmtPrinter()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp588 void FilterChooser::emitTop(raw_ostream &o, unsigned Indentation, in emitTop()
756 void FilterChooser::emitBinaryParser(raw_ostream &o, unsigned &Indentation, in emitBinaryParser()
793 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation, in emitPredicateMatch()
822 void FilterChooser::emitSoftFailCheck(raw_ostream &o, unsigned Indentation, in emitSoftFailCheck()
884 bool FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder()
982 void FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder()
1485 unsigned Indentation = 0; in emitHelper() local
/external/clang/include/clang/AST/
DPrettyPrinter.h45 unsigned Indentation : 8; member
/external/clang/lib/Frontend/
DASTConsumers.cpp113 unsigned Indentation) { in PrintDeclContext()
DTextDiagnostic.cpp559 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()