Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp2127 bool BridgeCast = (getLangOpts().ObjC2 && in ParseParenExpression() local
2132 if (BridgeCast && !getLangOpts().ObjCAutoRefCount) { in ParseParenExpression()
2141 BridgeCast = false; in ParseParenExpression()
2175 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()