Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2637 bool BridgeCast = (getLangOpts().ObjC && in ParseParenExpression() local
2642 if (BridgeCast && !getLangOpts().ObjCAutoRefCount) { in ParseParenExpression()
2651 BridgeCast = false; in ParseParenExpression()
2689 } else if (ExprType >= ParenParseOption::CompoundLiteral && BridgeCast) { in ParseParenExpression()