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

/external/clang/lib/Sema/
H A DSemaType.cpp4232 /// FunctionTypeUnwrapper unwrapped(SemaRef, T);
4238 struct FunctionTypeUnwrapper { struct in namespace:__anon18111
4252 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) { function in struct:__anon18111::FunctionTypeUnwrapper
4467 FunctionTypeUnwrapper unwrapped(S, type);
4607 FunctionTypeUnwrapper Unwrapped(*this, T);

Completed in 87 milliseconds