Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7237 struct FunctionTypeUnwrapper { struct
7238 enum WrapKind {
7250 QualType Original;
7251 const FunctionType *Fn;
7252 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
7254 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
7298 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
7299 const FunctionType *get() const { return Fn; } in get()
7301 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
7310 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]