Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h303 ClosesTemplateDeclaration(false), StartsBinaryExpression(false), in FormatToken()
360 unsigned StartsBinaryExpression : 1; member
H A DContinuationIndenter.cpp914 Current.StartsBinaryExpression)) { in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp3336 Start->StartsBinaryExpression = true; in addFakeParenthesis()