Searched defs:BridgeCast (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Parse/
H A DParseExpr.cpp1946 bool BridgeCast = (getLangOpts().ObjC2 && local
1951 if (BridgeCast && !getLangOpts().ObjCAutoRefCount) {
1960 BridgeCast = false;
1978 } else if (ExprType >= CompoundLiteral && BridgeCast) {

Completed in 209 milliseconds