Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h409 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6625 if (BlockDescriptorType) in getBlockDescriptorType()
6626 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
6654 BlockDescriptorType = RD; in getBlockDescriptorType()
6656 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()