Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
7237 struct FunctionTypeUnwrapper { struct7238 enum WrapKind {7250 QualType Original;7251 const FunctionType *Fn;7252 SmallVector<unsigned char /*WrapKind*/, 8> Stack;7254 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function7298 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()7299 const FunctionType *get() const { return Fn; } in get()7301 QualType wrap(Sema &S, const FunctionType *New) { in wrap()7310 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]