Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1192 if (BlockDescriptorType) in getBlockDescriptorType()
1193 return BlockDescriptorType; in getBlockDescriptorType()
1212 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()
1219 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()
1220 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h507 llvm::Type *BlockDescriptorType = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h378 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5937 if (BlockDescriptorType) in getBlockDescriptorType()
5938 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
5966 BlockDescriptorType = RD; in getBlockDescriptorType()
5968 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()