Searched defs:Indentation (Results 1 – 8 of 8) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Indentation.java | 37 class Indentation { class 44 protected Indentation() { in Indentation() method in Indentation 54 protected Indentation(int initval) { in Indentation() method in Indentation
|
/external/llvm/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 658 void ARMFilter::emit(raw_ostream &o, unsigned &Indentation) { in emit() 756 void ARMFilterChooser::emitTop(raw_ostream &o, unsigned &Indentation) { in emitTop() 827 void ARMFilterChooser::emitBot(raw_ostream &o, unsigned &Indentation) { in emitBot() 992 bool ARMFilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() 1056 unsigned &Indentation, in emitSingletonDecoder() 1361 bool ARMFilterChooser::emit(raw_ostream &o, unsigned &Indentation) { in emit() 1752 unsigned Indentation = 0; in emit() local
|
D | FixedLenDecoderEmitter.cpp | 485 void Filter::emit(raw_ostream &o, unsigned &Indentation) { in emit() 560 void FilterChooser::emitTop(raw_ostream &o, unsigned Indentation, in emitTop() 726 bool FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() 828 void FilterChooser::emitSingletonDecoder(raw_ostream &o, unsigned &Indentation, in emitSingletonDecoder() 1126 bool FilterChooser::emit(raw_ostream &o, unsigned &Indentation) { in emit() 1308 unsigned Indentation = 0; in emitHelper() local
|
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 47 unsigned Indentation : 8; member
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 30 unsigned Indentation; member in __anon184b4ed20111::DeclPrinter 41 unsigned Indentation = 0) in DeclPrinter() 123 unsigned Indentation) { in printGroup() 170 llvm::raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
|
D | StmtPrinter.cpp | 40 unsigned Indentation = 0) in StmtPrinter()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 111 unsigned Indentation) { in PrintDeclContext()
|
D | TextDiagnosticPrinter.cpp | 771 unsigned Indentation = WordWrapIndentation) { in PrintWordWrapped()
|