Searched refs:QuestionColumn (Results 1 – 2 of 2) sorted by relevance
152 BreakBeforeClosingBrace(false), QuestionColumn(0), in ParenState()193 unsigned QuestionColumn; member279 if (QuestionColumn != Other.QuestionColumn)280 return QuestionColumn < Other.QuestionColumn;
553 if (State.Stack.back().QuestionColumn != 0 && in getNewLineColumn()557 return State.Stack.back().QuestionColumn; in getNewLineColumn()631 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()