Home
last modified time | relevance | path

Searched defs:Indent (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.h36 enum EIndentType { Indent, Outdent }; enumerator
/external/llvm/utils/TableGen/
DStringMatcher.cpp47 std::string Indent(IndentCount*2+4, ' '); in EmitStringMatcherForChar() local
DCallingConvEmitter.cpp63 unsigned Indent, raw_ostream &O) { in EmitAction()
DDAGISelMatcherEmitter.cpp138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, in EmitMatcher()
581 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, in EmitMatcherList()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h74 unsigned Indent; variable
/external/protobuf/src/google/protobuf/io/
Dprinter.cc135 void Printer::Indent() { in Indent() function in google::protobuf::io::Printer
/external/llvm/test/Scripts/
Dcoff-dump.py239 Indent = 0 variable
/external/clang/lib/AST/
DDeclPrinter.cpp34 raw_ostream& Indent() { return Indent(Indentation); } in Indent() function in __anonc6a81c530111::DeclPrinter
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() function in DeclPrinter
217 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext()
DStmtDumper.cpp80 void Indent() const { in Indent() function in __anonc5cab34c0111::StmtDumper
DDumpXML.cpp174 unsigned Indent; member
DStmtPrinter.cpp79 raw_ostream &Indent(int Delta = 0) { in Indent() function in __anon71ec35230111::StmtPrinter
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp40 static raw_ostream& Indent(raw_ostream& o, const unsigned indent) { in Indent() function
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp67 , unsigned Indent = 0 in dumpNode()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp118 const std::string Indent(IndentCount, ' '); in print() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp323 std::string Indent(IndentLevel*2, ' '); in ParseBlock() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp105 static raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h172 Indent, enumerator
/external/v8/src/
Dscopes.cc733 static void Indent(int n, const char* str) { in Indent() function
/external/protobuf/src/google/protobuf/
Dtext_format.cc672 void Indent() { in Indent() function in google::protobuf::TextFormat::Printer::TextGenerator
/external/v8/tools/
Dgrokdump.py597 def Indent(self): member in Printer
/external/llvm/lib/Support/
DYAMLParser.cpp475 int Indent; member in llvm::yaml::Scanner
/external/regex-re2/lib/codereview/
Dcodereview.py719 def Indent(text, indent): function