Home
last modified time | relevance | path

Searched refs:WrappedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6282 QualType WrappedType;
6288 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
6291 QualType getWrappedType() const { return WrappedType; }
6298 Profile(ID, WrappedType, BTFAttr);
6342 QualType WrappedType;
6351 WrappedType(Wrapped), ContainedType(Contained), Attrs(Attrs) {}
6354 QualType getWrappedType() const { return WrappedType; }
6363 Profile(ID, WrappedType, ContainedType, Attrs);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h709 llvm::DIType *WrappedType; member
H A DCGDebugInfo.cpp5025 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
5366 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp298 QualType WrappedType) { in getBTFTagAttributedType() argument
299 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()