Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
4238 struct FunctionTypeUnwrapper { struct4239 enum WrapKind {4248 QualType Original;4249 const FunctionType *Fn;4250 SmallVector<unsigned char /*WrapKind*/, 8> Stack;4252 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function4286 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()4287 const FunctionType *get() const { return Fn; } in get()4289 QualType wrap(Sema &S, const FunctionType *New) { in wrap()4298 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]