Home
last modified time | relevance | path

Searched defs:Indentation (Results 1 – 9 of 9) 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.cpp30 unsigned Indentation; member in __anon371e63150111::DeclPrinter
41 unsigned Indentation = 0, bool PrintInstantiation = false) in DeclPrinter()
89 void Decl::print(raw_ostream &Out, unsigned Indentation, in print()
95 unsigned Indentation, bool PrintInstantiation) const { in print()
132 unsigned Indentation) { in printGroup()
185 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent()
DStmtPrinter.cpp40 unsigned Indentation = 0) in StmtPrinter()
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp70 unsigned Indentation = 0; in checkPreCall() local
/external/clang/include/clang/AST/
DPrettyPrinter.h48 unsigned Indentation : 8; member
/external/llvm/docs/
DCodingStandards.rst1060 .. _static:
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp723 unsigned Indentation, in emitTable()
1061 void FilterChooser::emitBinaryParser(raw_ostream &o, unsigned &Indentation, in emitBinaryParser()
1089 void FilterChooser::emitDecoder(raw_ostream &OS, unsigned Indentation, in emitDecoder()
1143 bool FilterChooser::emitPredicateMatch(raw_ostream &o, unsigned &Indentation, in emitPredicateMatch()
/external/clang/lib/Frontend/
DASTConsumers.cpp183 unsigned Indentation) { in PrintDeclContext()
DTextDiagnostic.cpp602 unsigned Indentation = WordWrapIndentation) { in printWordWrapped()