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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1765 bool isBlockVariable = VD->hasAttr<BlocksAttr>(); local
1782 return MakeAddrLValue(GetAddrOfBlockDecl(VD, isBlockVariable),
1788 if (isBlockVariable)
1805 !isBlockVariable;

Completed in 385 milliseconds