Home
last modified time | relevance | path

Searched refs:BlockExpression (Results 1 – 3 of 3) 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.cpp680 blockInfo.BlockExpression = blockExpr; in EmitBlockLiteral()
689 blockInfo->BlockExpression = blockExpr; in EmitBlockLiteral()
1039 blockInfo.BlockExpression = blockExpr; in GetAddrOfGlobalBlock()
DCGCall.cpp2778 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType(); in EmitFunctionEpilog()