Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DFormatToken.h246 bool EndsBinaryExpression = false; member
H A DContinuationIndenter.cpp221 Previous.Previous && Previous.Previous->EndsBinaryExpression; in mustBreak()
H A DTokenAnnotator.cpp1494 Previous->EndsBinaryExpression = true; in addFakeParenthesis()