Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
6983 struct FunctionTypeUnwrapper { struct6984 enum WrapKind {6996 QualType Original;6997 const FunctionType *Fn;6998 SmallVector<unsigned char /*WrapKind*/, 8> Stack;7000 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function7044 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()7045 const FunctionType *get() const { return Fn; } in get()7047 QualType wrap(Sema &S, const FunctionType *New) { in wrap()7056 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]