Searched refs:isBlockByref (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp2136 bool isBlockByref = VD->hasAttr<BlocksAttr>(); local
2137 if (isBlockByref) {
2153 !isBlockByref;

Completed in 75 milliseconds