Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2513 bool MightBeFoldExpr = false; in parseParens() local
2525 if (!MightBeStmtExpr && !MightBeFoldExpr && !Line->InMacroBody && in parseParens()
2569 MightBeFoldExpr = true; in parseParens()