Searched refs:WrappedType (Results 1 – 4 of 4) sorted by relevance
654 llvm::DIType *WrappedType; member
4765 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()5103 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
6094 QualType WrappedType;6100 WrappedType(Wrapped), BTFAttr(BTFAttr) {}6103 QualType getWrappedType() const { return WrappedType; }6110 Profile(ID, WrappedType, BTFAttr);
291 QualType WrappedType) { in getBTFTagAttributedType() argument292 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()