Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp900 if (BlockDescriptorType) in getBlockDescriptorType()
901 return BlockDescriptorType; in getBlockDescriptorType()
920 BlockDescriptorType = in getBlockDescriptorType()
925 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()
926 return BlockDescriptorType; in getBlockDescriptorType()
H A DCodeGenModule.h467 llvm::Type *BlockDescriptorType; variable
H A DCodeGenModule.cpp91 BlockObjectDispose(nullptr), BlockDescriptorType(nullptr), in CodeGenModule()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp739 ucontext_tDecl(nullptr), BlockDescriptorType(nullptr), in ASTContext()
4688 if (BlockDescriptorType) in getBlockDescriptorType()
4689 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
4717 BlockDescriptorType = RD; in getBlockDescriptorType()
4719 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h265 mutable RecordDecl *BlockDescriptorType; variable