Home
last modified time | relevance | path

Searched defs:Indent (Results 1 – 20 of 20) 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()
582 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, in EmitMatcherList()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h73 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.cpp32 llvm::raw_ostream& Indent() { return Indent(Indentation); } in Indent() function in __anon184b4ed20111::DeclPrinter
170 llvm::raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() function in DeclPrinter
197 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext()
DStmtDumper.cpp80 void Indent() const { in Indent() function in __anonc08211eb0111::StmtDumper
DDumpXML.cpp178 unsigned Indent; member
DStmtPrinter.cpp79 llvm::raw_ostream &Indent(int Delta = 0) { in Indent() function in __anonc38f67a20111::StmtPrinter
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp42 static llvm::raw_ostream& Indent(llvm::raw_ostream& o, const unsigned indent) { in Indent() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp127 const std::string Indent(IndentCount, ' '); in print() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp325 std::string Indent(IndentLevel*2, ' '); in ParseBlock() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp132 static llvm::raw_ostream& Indent(llvm::raw_ostream& o, const unsigned indent) { in Indent() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h172 Indent, enumerator
/external/v8/src/
Dscopes.cc556 static void Indent(int n, const char* str) { in Indent() function
/external/llvm/lib/Target/CBackend/
DCBackend.cpp2439 unsigned Indent) { in printPHICopiesForSuccessor()
2454 unsigned Indent) { in printBranchToBlock()
/external/v8/tools/
Dgrokdump.py440 def Indent(self): member in Printer
/external/protobuf/src/google/protobuf/
Dtext_format.cc672 void Indent() { in Indent() function in google::protobuf::TextFormat::Printer::TextGenerator