Home
last modified time | relevance | path

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

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