Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp531 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
1097 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
1133 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
H A DCodeGenModule.h1090 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp5209 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1432 QualType getBlockDescriptorType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7839 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext