Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2514 const bool MightBeStmtExpr = Tokens->peekNextToken()->is(tok::l_brace); in parseParens() local
2525 if (!MightBeStmtExpr && !MightBeFoldExpr && !Line->InMacroBody && in parseParens()