Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
522 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()1087 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule1123 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
1011 llvm::Type *getBlockDescriptorType();
5074 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
1370 QualType getBlockDescriptorType() const;
7383 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext