Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6983 struct FunctionTypeUnwrapper { struct
6984 enum WrapKind {
6996 QualType Original;
6997 const FunctionType *Fn;
6998 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
7000 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
7044 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
7045 const FunctionType *get() const { return Fn; } in get()
7047 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
7056 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]