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

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

Completed in 98 milliseconds