Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
6834 struct FunctionTypeUnwrapper { struct6835 enum WrapKind {6847 QualType Original;6848 const FunctionType *Fn;6849 SmallVector<unsigned char /*WrapKind*/, 8> Stack;6851 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function6895 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()6896 const FunctionType *get() const { return Fn; } in get()6898 QualType wrap(Sema &S, const FunctionType *New) { in wrap()6907 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]