Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2819 bool BridgeCast = (getLangOpts().ObjC && in ParseParenExpression() local
2824 if (BridgeCast && !getLangOpts().ObjCAutoRefCount) { in ParseParenExpression()
2833 BridgeCast = false; in ParseParenExpression()
2870 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()