Searched refs:WrappedType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 6282 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 D | CGDebugInfo.h | 709 llvm::DIType *WrappedType; member
|
| H A D | CGDebugInfo.cpp | 5025 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare() 5366 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 298 QualType WrappedType) { in getBTFTagAttributedType() argument 299 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()
|