Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance
5316 struct FunctionTypeUnwrapper { struct5317 enum WrapKind {5326 QualType Original;5327 const FunctionType *Fn;5328 SmallVector<unsigned char /*WrapKind*/, 8> Stack;5330 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function5364 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()5365 const FunctionType *get() const { return Fn; } in get()5367 QualType wrap(Sema &S, const FunctionType *New) { in wrap()5376 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()[all …]