Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h184 unsigned QuestionColumn = 0; member
277 if (QuestionColumn != Other.QuestionColumn)
278 return QuestionColumn < Other.QuestionColumn;
DContinuationIndenter.cpp643 if (State.Stack.back().QuestionColumn != 0 && in getNewLineColumn()
647 return State.Stack.back().QuestionColumn; in getNewLineColumn()
728 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()
734 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()