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 73 // Indents ( `, -. | )
87 /// Indents[i] indicates if another child exists at level i.
89 llvm::SmallVector<IndentType, 32> Indents;
314 // Print out the appropriate tree structure using the Indents vector.
315 // Example of tree and the Indents vector at each level.
332 for (llvm::SmallVector<IndentType, 32>::const_iterator I = Indents.begin(),
333 E = Indents.end();
351 Indents.push_back(IT_Child);
355 Indents.pop_back();
362 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 44 milliseconds