Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h211 const BlockExpr *BlockExpression; variable
245 assert(BlockExpression); in getBlockExpr()
246 assert(BlockExpression->getBlockDecl() == Block); in getBlockExpr()
247 return BlockExpression; in getBlockExpr()
DCGBlocks.cpp690 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
699 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1044 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()