Searched refs:getBlockExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp130 static const BlockExpr *getBlockExpr(const Expr *E) { function
157 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc;
166 const BlockExpr *Block = getBlockExpr(E);
H A DCGBlocks.h277 const BlockExpr *getBlockExpr() const { function in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr());
1099 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType()));
1390 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType());
1419 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc();
1449 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc();
1490 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1514 blockInfo.getBlockExpr()->getBody()->getBeginLoc());
H A DCGDebugInfo.cpp4419 auto *FnTy = Block.getBlockExpr()->getFunctionType();

Completed in 495 milliseconds