Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h215 StartsBinaryExpression(false), EndsBinaryExpression(false), in FormatToken()
267 unsigned EndsBinaryExpression : 1; member
H A DContinuationIndenter.cpp465 Previous.Previous && Previous.Previous->EndsBinaryExpression; in mustBreak()
H A DTokenAnnotator.cpp2271 Previous->EndsBinaryExpression = true; in addFakeParenthesis()