Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
3696 struct FunctionTypeUnwrapper { struct3697 enum WrapKind {3706 QualType Original;3707 const FunctionType *Fn;3708 SmallVector<unsigned char /*WrapKind*/, 8> Stack;3710 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function3744 bool isFunctionType() const { return (Fn != 0); } in isFunctionType()3745 const FunctionType *get() const { return Fn; } in get()3747 QualType wrap(Sema &S, const FunctionType *New) { in wrap()3756 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]