Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp20 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter()
29 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } in Indent() function in LinePrinter
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp21 const unsigned Indent = 12; in dump() local
114 const unsigned Indent = 12; in dump() local
DDWARFDebugInfoEntry.cpp98 unsigned AddressSize, unsigned Indent) { in dumpRanges()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h71 unsigned Indent; variable
/external/deqp/framework/opengl/
DgluVarType.hpp288 struct Indent struct
290 int level;
291 Indent (int level_) : level(level_) {} in Indent() function
/external/llvm/lib/TableGen/
DStringMatcher.cpp47 std::string Indent(IndentCount*2+4, ' '); in EmitStringMatcherForChar() local
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp35 tryFitMultipleLinesInOne(unsigned Indent, in tryFitMultipleLinesInOne()
363 unsigned Indent; in format() local
491 unsigned Indent, in formatFirstToken()
DContinuationIndenter.h163 unsigned Indent; member
/external/clang/include/clang/Basic/
DPlistSupport.h39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent() function
/external/clang/tools/diagtool/
DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/external/protobuf/src/google/protobuf/io/
Dprinter.cc145 void Printer::Indent() { in Indent() function in google::protobuf::io::Printer
/external/clang/lib/AST/
DDeclPrinter.cpp34 raw_ostream& Indent() { return Indent(Indentation); } in Indent() function in __anon0bdc0d6f0111::DeclPrinter
182 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() function in DeclPrinter
233 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext()
DASTDiagnostic.cpp1369 void TreeToString(int Indent = 1) { in TreeToString()
1721 void PrintElideArgs(unsigned NumElideArgs, unsigned Indent) { in PrintElideArgs()
/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp82 unsigned Indent, raw_ostream &O) { in EmitAction()
DDAGISelMatcherEmitter.cpp138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, in EmitMatcher()
598 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, in EmitMatcherList()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp125 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
136 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
153 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp81 , unsigned Indent = 0 in dumpNode()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1052 unsigned Indent = getDirIndent(); in startDirectory() local
1060 unsigned Indent = getDirIndent(); in endDirectory() local
1068 unsigned Indent = getFileIndent(); in writeEntry() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp335 std::string Indent(IndentLevel*2, ' '); in ParseBlock() local
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp799 struct Indent struct
801 int level;
802 Indent (int level_) : level(level_) {} in Indent() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp145 const std::string Indent(IndentCount, ' '); in print() local
/external/lldb/source/Core/
DStream.cpp258 Stream::Indent(const char *s) in Indent() function in Stream
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp921 struct Indent struct
923 int level;
924 Indent (int level_) : level(level_) {} in Indent() function
/external/v8/src/
Dscopes.cc788 static void Indent(int n, const char* str) { in Indent() function
/external/llvm/lib/Support/
DYAMLTraits.cpp631 unsigned Indent = StateStack.size() - 1; in newLineCheck() local

12