Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6212 struct FunctionTypeUnwrapper { struct
6213 enum WrapKind {
6223 QualType Original;
6224 const FunctionType *Fn;
6225 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
6227 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
6264 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
6265 const FunctionType *get() const { return Fn; } in get()
6267 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
6276 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]