Searched refs:WrappedType (Results 1 – 5 of 5) sorted by relevance
17 typedef int WrappedType; typedef23 Ethel<typename Q::Sig<typename LA::WrappedType>::Third> baz ();
605 llvm::DIType *WrappedType; member
4467 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()4780 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
4977 QualType WrappedType;4983 WrappedType(Wrapped), BTFAttr(BTFAttr) {}4986 QualType getWrappedType() const { return WrappedType; }4993 Profile(ID, WrappedType, BTFAttr);
268 QualType WrappedType) { in getBTFTagAttributedType() argument269 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()