Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.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()
HDCodeGenModule.h1090 llvm::Type *getBlockDescriptorType();
HDCGDebugInfo.cpp5209 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1432 QualType getBlockDescriptorType() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp7839 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext