Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h306 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
H A DCGBlocks.cpp128 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()
212 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
1086 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()
1373 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()
1403 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); in setBlockContextParameter()
1431 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); in GenerateBlockFunction()
1472 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()
1496 blockInfo.getBlockExpr()->getBody()->getBeginLoc()); in GenerateBlockFunction()
H A DCGDebugInfo.cpp5200 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()