Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1113 if (BlockDescriptorType) in getBlockDescriptorType()
1114 return BlockDescriptorType; in getBlockDescriptorType()
1133 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()
1140 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()
1141 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h562 llvm::Type *BlockDescriptorType = nullptr; variable
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h411 mutable RecordDecl *BlockDescriptorType = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7377 if (BlockDescriptorType) in getBlockDescriptorType()
7378 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
7406 BlockDescriptorType = RD; in getBlockDescriptorType()
7408 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()