Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h148 FirstLessLess(0), BreakBeforeClosingBrace(false), QuestionColumn(0), in ParenState()
185 unsigned QuestionColumn; member
269 if (QuestionColumn != Other.QuestionColumn)
270 return QuestionColumn < Other.QuestionColumn;
DContinuationIndenter.cpp514 if (State.Stack.back().QuestionColumn != 0 && in getNewLineColumn()
518 return State.Stack.back().QuestionColumn; in getNewLineColumn()
593 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()