Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h241 unsigned QuestionColumn = 0; member
370 if (QuestionColumn != Other.QuestionColumn)
371 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp1333 if (CurrentState.QuestionColumn != 0 && in getNewLineColumn()
1354 return CurrentState.QuestionColumn; in getNewLineColumn()
1536 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()
1542 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()