Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1127 if (BlockDescriptorType) in getBlockDescriptorType()
1128 return BlockDescriptorType; in getBlockDescriptorType()
1133 BlockDescriptorType = llvm::PointerType::get(getLLVMContext(), AddrSpace); in getBlockDescriptorType()
1134 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h633 llvm::Type *BlockDescriptorType = nullptr; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h444 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8435 if (BlockDescriptorType) in getBlockDescriptorType()
8436 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
8464 BlockDescriptorType = RD; in getBlockDescriptorType()
8466 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()