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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp107 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
275 elementTypes.push_back(CGM.getBlockDescriptorType());
792 llvm::Type *CodeGenModule::getBlockDescriptorType() { function in class:CodeGenModule
826 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
/external/clang/lib/AST/
H A DASTContext.cpp4195 QualType ASTContext::getBlockDescriptorType() const { function in class:ASTContext

Completed in 225 milliseconds