Searched defs:IsComparison (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Format/
H A DContinuationIndenter.cpp177 bool IsComparison = (Previous.getPrecedence() == prec::Relational || local
184 (!IsComparison || LHSIsBinaryExpr) &&

Completed in 80 milliseconds