Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2588 bool SeenComma = false; in parseParens() local
2608 if (MightBeStmtExpr || MightBeFoldExpr || SeenComma || InMacroCall || in parseParens()
2679 SeenComma = true; in parseParens()