Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h245 unsigned QuestionColumn = 0; member
365 if (QuestionColumn != Other.QuestionColumn)
366 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp1047 if (State.Stack.back().QuestionColumn != 0 && in getNewLineColumn()
1070 return State.Stack.back().QuestionColumn; in getNewLineColumn()
1205 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()
1211 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()