Searched refs:WrappedType (Results 1 – 4 of 4) sorted by relevance
626 llvm::DIType *WrappedType; member
4612 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()4968 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
5180 QualType WrappedType;5186 WrappedType(Wrapped), BTFAttr(BTFAttr) {}5189 QualType getWrappedType() const { return WrappedType; }5196 Profile(ID, WrappedType, BTFAttr);
280 QualType WrappedType) { in getBTFTagAttributedType() argument281 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()