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 88 // Indents ( `, -. | )
102 /// Indents[i] indicates if another child exists at level i.
104 llvm::SmallVector<IndentType, 32> Indents;
381 // Print out the appropriate tree structure using the Indents vector.
382 // Example of tree and the Indents vector at each level.
399 for (SmallVectorImpl<IndentType>::const_iterator I = Indents.begin(),
400 E = Indents.end();
418 Indents.push_back(IT_Child);
422 Indents.pop_back();
429 Indents.back() = IT_LastChild
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 407 /// @brief Unroll indentation in \a Indents back to \a Col. Creates BlockEnd
507 SmallVector<int, 4> Indents;
945 Indent = Indents.pop_back_val();
957 Indents.push_back(Indent);
    [all...]

Completed in 164 milliseconds