Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
6801 struct FunctionTypeUnwrapper { struct6802 enum WrapKind {6814 QualType Original;6815 const FunctionType *Fn;6816 SmallVector<unsigned char /*WrapKind*/, 8> Stack;6818 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument6862 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()6863 const FunctionType *get() const { return Fn; } in get()6865 QualType wrap(Sema &S, const FunctionType *New) { in wrap()6874 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]