Home
last modified time | relevance | path

Searched refs:EndsBinaryExpression (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h266 bool EndsBinaryExpression = false; member
H A DContinuationIndenter.cpp447 Previous.Previous && Previous.Previous->EndsBinaryExpression; in mustBreak()
H A DTokenAnnotator.cpp1844 Previous->EndsBinaryExpression = true; in addFakeParenthesis()