Searched defs:Indentation (Results 1 – 7 of 7) 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/clang/lib/AST/ |
D | DeclPrinter.cpp | 31 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()
|
D | StmtPrinter.cpp | 40 unsigned Indentation = 0) in StmtPrinter()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 588 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/ |
D | PrettyPrinter.h | 45 unsigned Indentation : 8; member
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 113 unsigned Indentation) { in PrintDeclContext()
|
D | TextDiagnostic.cpp | 559 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()
|