Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h192 const BlockExpr *BlockExpression; variable
218 assert(BlockExpression); in getBlockExpr()
219 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
220 return BlockExpression; in getBlockExpr()
DCGBlocks.cpp612 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
621 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
929 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()