Searched refs:WrappedType (Results 1 – 4 of 4) sorted by relevance
606 llvm::DIType *WrappedType; member
4433 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()4746 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
4862 QualType WrappedType;4868 WrappedType(Wrapped), BTFAttr(BTFAttr) {}4871 QualType getWrappedType() const { return WrappedType; }4878 Profile(ID, WrappedType, BTFAttr);
265 QualType WrappedType) { in getBTFTagAttributedType() argument266 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()