Home
last modified time | relevance | path

Searched defs:FunctionTypeUnwrapper (Results 1 – 2 of 2) 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() function
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 …]
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6762 struct FunctionTypeUnwrapper { struct
6763 enum WrapKind {
6775 QualType Original;
6776 const FunctionType *Fn;
6777 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
6779 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
6823 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
6824 const FunctionType *get() const { return Fn; } in get()
6826 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
6835 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]