Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp3696 struct FunctionTypeUnwrapper { struct
3697 enum WrapKind {
3706 QualType Original;
3707 const FunctionType *Fn;
3708 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
3710 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
3744 bool isFunctionType() const { return (Fn != 0); } in isFunctionType()
3745 const FunctionType *get() const { return Fn; } in get()
3747 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
3756 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]