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

/external/clang/lib/Format/
H A DContinuationIndenter.h148 FirstLessLess(0), BreakBeforeClosingBrace(false), QuestionColumn(0),
185 unsigned QuestionColumn; member in struct:clang::format::ParenState
269 if (QuestionColumn != Other.QuestionColumn)
270 return QuestionColumn < Other.QuestionColumn;
H A DContinuationIndenter.cpp514 if (State.Stack.back().QuestionColumn != 0 &&
518 return State.Stack.back().QuestionColumn;
593 State.Stack.back().QuestionColumn = State.Column;

Completed in 82 milliseconds