Home
last modified time | relevance | path

Searched defs:FunctionTypeUnwrapper (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp5619 struct FunctionTypeUnwrapper { struct
5620 enum WrapKind {
5630 QualType Original;
5631 const FunctionType *Fn;
5632 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
5634 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument
5671 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
5672 const FunctionType *get() const { return Fn; } in get()
5674 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
5683 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]