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

/external/clang/lib/Format/
H A DContinuationIndenter.h183 unsigned QuestionColumn = 0; member in struct:clang::format::ParenState
276 if (QuestionColumn != Other.QuestionColumn)
277 return QuestionColumn < Other.QuestionColumn;

Completed in 189 milliseconds