HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 26 - 50 of 65) sorted by null

12 3

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 99 printer->Indent();
113 printer->Indent();
286 printer->Indent();
312 printer->Indent();
cpp_file.cc 401 printer->Indent();
461 printer->Indent();
481 printer->Indent();
505 printer->Indent();
cpp_service.cc 77 printer->Indent();
117 printer->Indent();
cpp_enum.cc 63 printer->Indent();
cpp_enum_field.cc 335 printer->Indent();
cpp_primitive_field.cc 350 printer->Indent();
  /external/clang/lib/AST/
DeclPrinter.cpp 34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
46 void VisitDeclContext(DeclContext *DC, bool Indent = true);
177 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
200 this->Indent();
220 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) {
224 if (Indent)
282 this->Indent();
    [all...]
ASTDumper.cpp 88 /// Used by Indent() to print the tree structure.
91 /// Indicates that more children will be needed at this indent level.
115 Dumper.indent();
159 void indent();
325 void ASTDumper::indent() { function in class:ASTDumper
465 IndentScope Indent(*this);
499 IndentScope Indent(*this);
556 IndentScope Indent(*this);
595 IndentScope Indent(*this);
650 IndentScope Indent(*this)
    [all...]
ASTDiagnostic.cpp     [all...]
DumpXML.cpp 175 unsigned Indent;
177 : out(OS), Context(context), Indent(0) {}
179 void indent() { function in struct:__anon5589::XMLDumper
180 for (unsigned I = Indent; I; --I)
192 Indent++;
193 indent();
217 indent();
220 if (Stack.size() > 1) Indent--;
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 301 printer->Indent();
335 printer->Indent();
java_primitive_field.cc 420 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 234 printer->Indent();
288 printer->Indent();
javamicro_file.cc 177 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 183 printer->Indent();
207 printer->Indent();
javanano_file.cc 177 printer->Indent();
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 129 const std::string Indent(IndentCount, ' ');
133 O << Indent
139 O << Indent
151 O << Indent;
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 134 void DiffConsumer::indent() { function in class:DiffConsumer
135 unsigned N = Indent;
145 Indent += 2;
151 Indent -= 2;
156 indent();
162 indent();
194 indent();
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 306 printer_->Indent();
369 printer_->Indent();
370 printer_->Indent();
443 printer_->Indent();
476 printer_->Indent();
498 printer_->Indent();
511 printer_->Indent();
531 printer_->Indent();
557 printer_->Indent();
625 printer_->Indent();
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 326 std::string Indent(IndentLevel*2, ' ');
336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 outs() << Indent << "<";
382 outs() << Indent << "</";
432 outs() << Indent << " <";
  /external/clang/include/clang/Basic/
Module.h 349 void print(raw_ostream &OS, unsigned Indent = 0) const;
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 228 void dump(unsigned Indent = 0) const;
  /external/protobuf/src/google/protobuf/io/
printer.cc 66 // Saw newline. If there is more text, we may need to insert an indent
71 // Setting this true will cause the next WriteRaw() to insert an indent
135 void Printer::Indent() {
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
162 // Insert an indent.
  /external/llvm/lib/Support/
YAMLParser.cpp 405 /// @brief Increase indent to \a Col. Creates \a Kind token at \a InsertPoint
475 int Indent;
698 , Indent(-1)
716 , Indent(-1)
971 while (Indent > ToColumn) {
975 Indent = Indents.pop_back_val();
986 if (Indent < ToColumn) {
987 Indents.push_back(Indent);
988 Indent = ToColumn;
1282 unsigned indent = static_cast<unsigned>(Indent + 1); local
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 669 // Indent text by two spaces. After calling Indent(), two spaces will be
670 // inserted at the beginning of each line of text. Indent() may be called
672 void Indent() {
676 // Reduces the current indent level by two spaces, or crashes if the indent
681 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
704 // Saw newline. If there is more text, we may need to insert an indent
709 // Setting this true will cause the next Write() to insert an indent
732 // Insert an indent
    [all...]

Completed in 714 milliseconds

12 3