Home
last modified time | relevance | path

Searched refs:getBlockExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h265 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
DCGBlocks.cpp112 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
898 ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()
1097 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()
1123 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getLocStart(); in setBlockContextParameter()
1148 CurEHLocation = blockInfo.getBlockExpr()->getLocEnd(); in GenerateBlockFunction()
1179 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()
1195 blockInfo.getBlockExpr()->getBody()->getLocStart()); in GenerateBlockFunction()
DCGDebugInfo.cpp3380 auto *FnTy = block.getBlockExpr()->getFunctionType(); in EmitDeclareOfBlockLiteralArgVariable()