Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h243 unsigned QuestionColumn = 0; member
344 if (QuestionColumn != Other.QuestionColumn)
345 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp967 if (State.Stack.back().QuestionColumn != 0 && in getNewLineColumn()
971 return State.Stack.back().QuestionColumn; in getNewLineColumn()
1076 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()
1082 State.Stack.back().QuestionColumn = State.Column; in moveStateToNextToken()