Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dparms2.C17 typedef int WrappedType; typedef
23 Ethel<typename Q::Sig<typename LA::WrappedType>::Third> baz ();
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h605 llvm::DIType *WrappedType; member
H A DCGDebugInfo.cpp4467 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclare()
4780 Ty = EmitTypeForVarWithBlocksAttr(VD, &XOffset).WrappedType; in EmitDeclareOfBlockDeclRefVariable()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h4977 QualType WrappedType;
4983 WrappedType(Wrapped), BTFAttr(BTFAttr) {}
4986 QualType getWrappedType() const { return WrappedType; }
4993 Profile(ID, WrappedType, BTFAttr);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp268 QualType WrappedType) { in getBTFTagAttributedType() argument
269 return sema.Context.getBTFTagAttributedType(BTFAttr, WrappedType); in getBTFTagAttributedType()