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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp886 if (BlockDescriptorType)
887 return BlockDescriptorType;
906 BlockDescriptorType =
911 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType);
912 return BlockDescriptorType;
H A DCodeGenModule.h396 llvm::Type *BlockDescriptorType; member in class:clang::CodeGen::CodeGenModule
H A DCodeGenModule.cpp84 BlockDescriptorType(0), GenericBlockLiteralType(0),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp700 BlockDescriptorType(0), BlockDescriptorExtendedType(0),
4473 if (BlockDescriptorType)
4474 return getTagDeclType(BlockDescriptorType);
4506 BlockDescriptorType = T;
4508 return getTagDeclType(BlockDescriptorType);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h245 mutable RecordDecl *BlockDescriptorType; member in class:clang::ASTContext

Completed in 257 milliseconds