Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
4231 struct FunctionTypeUnwrapper { struct4232 enum WrapKind {4241 QualType Original;4242 const FunctionType *Fn;4243 SmallVector<unsigned char /*WrapKind*/, 8> Stack;4245 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function4279 bool isFunctionType() const { return (Fn != 0); } in isFunctionType()4280 const FunctionType *get() const { return Fn; } in get()4282 QualType wrap(Sema &S, const FunctionType *New) { in wrap()4291 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]