Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnqualifiedType

649     return T.getUnqualifiedType();
4028 << Arg->getType().getUnqualifiedType()
4029 << ParamType.getUnqualifiedType();
4100 ParamType = ParamType.getUnqualifiedType();
4101 ArgType = ArgType.getUnqualifiedType();
4425 ParamType.getUnqualifiedType(), false,
4427 RefExpr = ImpCastExprToType(RefExpr.take(), ParamType.getUnqualifiedType(), CK_NoOp);
4431 ParamType.getUnqualifiedType()));