Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h245 unsigned QuestionColumn = 0; member
374 if (QuestionColumn != Other.QuestionColumn)
375 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp1158 if (CurrentState.QuestionColumn != 0 && in getNewLineColumn()
1179 return CurrentState.QuestionColumn; in getNewLineColumn()
1349 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()
1355 CurrentState.QuestionColumn = State.Column; in moveStateToNextToken()