Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h626 llvm::DIType *WrappedType; member
H A DCGDebugInfo.cpp4612 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
4968 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5180 QualType WrappedType;
5186 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
5189 QualType getWrappedType() const { return WrappedType; }
5196 Profile(ID, WrappedType, BTFAttr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp280 QualType WrappedType) { in getBTFTagAttributedType() argument
281 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()