Home
last modified time | relevance | path

Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1110 if (BlockDescriptorType) in getBlockDescriptorType()
1111 return BlockDescriptorType; in getBlockDescriptorType()
1130 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()
1137 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()
1138 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h550 llvm::Type *BlockDescriptorType = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h410 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6644 if (BlockDescriptorType) in getBlockDescriptorType()
6645 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
6673 BlockDescriptorType = RD; in getBlockDescriptorType()
6675 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()