Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
531 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()1097 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule1133 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
1090 llvm::Type *getBlockDescriptorType();
5209 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
1432 QualType getBlockDescriptorType() const;
7839 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext