Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7078 struct FunctionTypeUnwrapper { struct
7079 enum WrapKind {
7091 QualType Original;
7092 const FunctionType *Fn;
7093 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
7095 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument
7139 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
7140 const FunctionType *get() const { return Fn; } in get()
7142 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
7151 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]