Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h231 const BlockExpr *BlockExpression; variable
266 assert(BlockExpression); in getBlockExpr()
267 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
268 return BlockExpression; in getBlockExpr()
DCGBlocks.cpp675 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
684 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1036 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()