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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp127 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
324 elementTypes.push_back(CGM.getBlockDescriptorType());
879 llvm::Type *CodeGenModule::getBlockDescriptorType() { function in class:CodeGenModule
913 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
H A DCodeGenModule.h743 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp2974 C.getBlockDescriptorType()),
/external/clang/include/clang/AST/
H A DASTContext.h955 QualType getBlockDescriptorType() const;
/external/clang/lib/AST/
H A DASTContext.cpp4614 QualType ASTContext::getBlockDescriptorType() const { function in class:ASTContext

Completed in 731 milliseconds