Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h232 StartsBinaryExpression(false), EndsBinaryExpression(false), in FormatToken()
285 unsigned EndsBinaryExpression : 1; member
H A DContinuationIndenter.cpp474 Previous.Previous && Previous.Previous->EndsBinaryExpression; in mustBreak()
H A DTokenAnnotator.cpp2589 End->EndsBinaryExpression = true; in addFakeParenthesis()