Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h606 llvm::DIType *WrappedType; member
H A DCGDebugInfo.cpp4433 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
4746 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4862 QualType WrappedType;
4868 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
4871 QualType getWrappedType() const { return WrappedType; }
4878 Profile(ID, WrappedType, BTFAttr);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp265 QualType WrappedType) { in getBTFTagAttributedType() argument
266 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()