Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
4245 struct FunctionTypeUnwrapper { struct4246 enum WrapKind {4255 QualType Original;4256 const FunctionType *Fn;4257 SmallVector<unsigned char /*WrapKind*/, 8> Stack;4259 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function4293 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()4294 const FunctionType *get() const { return Fn; } in get()4296 QualType wrap(Sema &S, const FunctionType *New) { in wrap()4305 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]