Home | History | Annotate | Download | only in Sema

Lines Matching refs:Original

130     /// The original set of attributes on the DeclSpec.
3335 // its type will be the same as the original type.
3539 QualType Original;
3543 FunctionTypeUnwrapper(Sema &S, QualType T) : Original(T) {
3582 if (New == get()) return Original;
3585 return wrap(S.Context, Original, 0);