Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
7078 struct FunctionTypeUnwrapper { struct7079 enum WrapKind {7091 QualType Original;7092 const FunctionType *Fn;7093 SmallVector<unsigned char /*WrapKind*/, 8> Stack;7095 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument7139 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()7140 const FunctionType *get() const { return Fn; } in get()7142 QualType wrap(Sema &S, const FunctionType *New) { in wrap()7151 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]