Home
last modified time | relevance | path

Searched refs:IndentState (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dcommand_format.cc237 struct IndentState { struct in commands::__anon1a9c68fc0111::Printer
238 IndentState() in IndentState() function
242 IndentState(int margin, in IndentState() function
257 std::vector<IndentState> stack_;
282 stack_.push_back(IndentState()); in Printer()
356 stack_.push_back(IndentState(CurrentColumn(), false, false)); in PrintSuffixComments()
367 stack_.push_back(IndentState(CurrentColumn(), false, false)); in FlushComments()
789 stack_.push_back(IndentState(indent_column, in Expr()
837 sub3.stack_.push_back(IndentState(start_column, false, false)); in Expr()
865 stack_.push_back(IndentState(start_column, false, false)); in Expr()
[all …]