Searched refs:BlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
900 if (BlockDescriptorType) in getBlockDescriptorType()901 return BlockDescriptorType; in getBlockDescriptorType()920 BlockDescriptorType = in getBlockDescriptorType()925 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()926 return BlockDescriptorType; in getBlockDescriptorType()
467 llvm::Type *BlockDescriptorType; variable
91 BlockObjectDispose(nullptr), BlockDescriptorType(nullptr), in CodeGenModule()
739 ucontext_tDecl(nullptr), BlockDescriptorType(nullptr), in ASTContext()4688 if (BlockDescriptorType) in getBlockDescriptorType()4689 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()4717 BlockDescriptorType = RD; in getBlockDescriptorType()4719 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
265 mutable RecordDecl *BlockDescriptorType; variable