Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h244 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
DCGBlocks.cpp112 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
895 ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()
1102 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()
1115 CurEHLocation = blockInfo.getBlockExpr()->getLocEnd(); in GenerateBlockFunction()
1146 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()
1163 blockInfo.getBlockExpr()->getBody()->getLocStart()); in GenerateBlockFunction()
DCGDebugInfo.cpp3049 auto *FnTy = block.getBlockExpr()->getFunctionType(); in EmitDeclareOfBlockLiteralArgVariable()