HomeSort by: relevance | last modified time | path
    Searched refs:getBlockExpr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 130 static const BlockExpr *getBlockExpr(const Expr *E) {
157 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc;
166 const BlockExpr *Block = getBlockExpr(E);
CGBlocks.h 277 const BlockExpr *getBlockExpr() const {
CGBlocks.cpp 162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr());
1098 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType()));
1392 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType());
1421 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc();
1451 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc();
1492 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1516 blockInfo.getBlockExpr()->getBody()->getBeginLoc());
CGDebugInfo.cpp 4581 auto *FnTy = Block.getBlockExpr()->getFunctionType();

Completed in 30 milliseconds