Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp1117 if (BlockDescriptorType) in getBlockDescriptorType()
1118 return BlockDescriptorType; in getBlockDescriptorType()
1137 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()
1144 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()
1145 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h558 llvm::Type *BlockDescriptorType = nullptr; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h437 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7272 if (BlockDescriptorType) in getBlockDescriptorType()
7273 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
7301 BlockDescriptorType = RD; in getBlockDescriptorType()
7303 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()