Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4245 struct FunctionTypeUnwrapper { struct
4246 enum WrapKind {
4255 QualType Original;
4256 const FunctionType *Fn;
4257 SmallVector<unsigned char /*WrapKind*/, 8> Stack;
4259 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() function
4293 bool isFunctionType() const { return (Fn != nullptr); } in isFunctionType()
4294 const FunctionType *get() const { return Fn; } in get()
4296 QualType wrap(Sema &S, const FunctionType *New) { in wrap()
4305 QualType wrap(ASTContext &C, QualType Old, unsigned I) { in wrap()
[all …]