Searched defs:getBlockDescriptorType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
314 elementTypes.push_back(CGM.getBlockDescriptorType());
904 llvm::Type *CodeGenModule::getBlockDescriptorType() { function in class:CodeGenModule
938 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
/external/clang/lib/AST/
H A DASTContext.cpp4965 QualType ASTContext::getBlockDescriptorType() const { function in class:ASTContext

Completed in 145 milliseconds