Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h246 unsigned QuestionColumn = 0; member
375 if (QuestionColumn != Other.QuestionColumn)
376 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp1178 if (CurrentState.QuestionColumn != 0 && in getNewLineColumn()
1199 return CurrentState.QuestionColumn; in getNewLineColumn()
1372 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()
1378 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()