Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h152 BreakBeforeClosingBrace(false), QuestionColumn(0), in ParenState()
193 unsigned QuestionColumn; member
279 if (QuestionColumn != Other.QuestionColumn)
280 return QuestionColumn < Other.QuestionColumn;
DContinuationIndenter.cpp553 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()