HomeSort by relevance Sort by last modified time
    Searched refs:Indents (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ASTDumper.cpp 77 // Indents ( `, -. | )
91 /// Indents[i] indicates if another child exists at level i.
93 llvm::SmallVector<IndentType, 32> Indents;
320 // Print out the appropriate tree structure using the Indents vector.
321 // Example of tree and the Indents vector at each level.
338 for (SmallVectorImpl<IndentType>::const_iterator I = Indents.begin(),
339 E = Indents.end();
357 Indents.push_back(IT_Child);
361 Indents.pop_back();
368 Indents.back() = IT_LastChild
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 401 /// @brief Unroll indentation in \a Indents back to \a Col. Creates BlockEnd
501 SmallVector<int, 4> Indents;
975 Indent = Indents.pop_back_val();
987 Indents.push_back(Indent);
    [all...]

Completed in 201 milliseconds