Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
6820 struct FunctionTypeUnwrapper { struct6821 enum WrapKind {6833 QualType Original;6834 const FunctionType *Fn;6835 SmallVector<unsigned char /*WrapKind*/, 8> Stack;6837 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function6881 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()6882 const FunctionType *get() const { return Fn; } in get()6884 QualType wrap(Sema &S, const FunctionType *New) { in wrap()6893 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]