Home
last modified time | relevance | path

Searched defs:Indentation (Results 1 – 8 of 8) 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/llvm/utils/TableGen/
DARMDecoderEmitter.cpp658 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
DFixedLenDecoderEmitter.cpp485 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/
DPrettyPrinter.h47 unsigned Indentation : 8; member
/external/clang/lib/AST/
DDeclPrinter.cpp30 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()
DStmtPrinter.cpp40 unsigned Indentation = 0) in StmtPrinter()
/external/clang/lib/Frontend/
DASTConsumers.cpp111 unsigned Indentation) { in PrintDeclContext()
DTextDiagnosticPrinter.cpp771 unsigned Indentation = WordWrapIndentation) { in PrintWordWrapped()