Searched refs:BlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
902 if (BlockDescriptorType) in getBlockDescriptorType()903 return BlockDescriptorType; in getBlockDescriptorType()922 BlockDescriptorType = in getBlockDescriptorType()927 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()928 return BlockDescriptorType; in getBlockDescriptorType()
459 llvm::Type *BlockDescriptorType; variable
97 BlockObjectDispose(nullptr), BlockDescriptorType(nullptr), in CodeGenModule()
743 ucontext_tDecl(nullptr), BlockDescriptorType(nullptr), in ASTContext()4882 if (BlockDescriptorType) in getBlockDescriptorType()4883 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()4911 BlockDescriptorType = RD; in getBlockDescriptorType()4913 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
279 mutable RecordDecl *BlockDescriptorType; variable