Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2592 const bool MightBeStmtExpr = FormatTok->is(tok::l_brace); in parseParens() local
2608 if (MightBeStmtExpr || MightBeFoldExpr || SeenComma || InMacroCall || in parseParens()