Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp5619 struct FunctionTypeUnwrapper { struct
5634 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument
6113 FunctionTypeUnwrapper unwrapped(S, type); in handleFunctionTypeAttr()
6258 FunctionTypeUnwrapper Unwrapped(*this, T); in adjustMemberFunctionCC()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6762 struct FunctionTypeUnwrapper { struct
6779 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { in FunctionTypeUnwrapper() argument
7345 FunctionTypeUnwrapper unwrapped(S, type); in handleFunctionTypeAttr()
7605 FunctionTypeUnwrapper Unwrapped(*this, T); in adjustMemberFunctionCC()