Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance
905 if (BlockDescriptorType) in getBlockDescriptorType()906 return BlockDescriptorType; in getBlockDescriptorType()925 BlockDescriptorType = in getBlockDescriptorType()930 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()931 return BlockDescriptorType; in getBlockDescriptorType()
465 llvm::Type *BlockDescriptorType = nullptr; variable
742 BlockDescriptorType(nullptr), BlockDescriptorExtendedType(nullptr), in ASTContext()4966 if (BlockDescriptorType) in getBlockDescriptorType()4967 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()4995 BlockDescriptorType = RD; in getBlockDescriptorType()4997 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
288 mutable RecordDecl *BlockDescriptorType; variable