Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h654 llvm::DIType *WrappedType; member
H A DCGDebugInfo.cpp4765 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
5103 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6094 QualType WrappedType;
6100 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
6103 QualType getWrappedType() const { return WrappedType; }
6110 Profile(ID, WrappedType, BTFAttr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp291 QualType WrappedType) { in getBTFTagAttributedType() argument
292 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()