Home | History | Annotate | Download | only in AST

Lines Matching refs:getUnqualifiedType

2868       CanResultTy = getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
4268 return T.getUnqualifiedType();
6809 QualType ET = I->getType().getUnqualifiedType();
6867 retType = retType.getUnqualifiedType();
6872 LRetType = LRetType.getUnqualifiedType();
6873 RRetType = RRetType.getUnqualifiedType();
6932 QualType lParamType = lproto->getParamType(i).getUnqualifiedType();
6933 QualType rParamType = rproto->getParamType(i).getUnqualifiedType();
6940 paramType = paramType.getUnqualifiedType();
6944 lParamType = lParamType.getUnqualifiedType();
6945 rParamType = rParamType.getUnqualifiedType();
6986 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)
7036 LHS = LHS.getUnqualifiedType();
7037 RHS = RHS.getUnqualifiedType();
7153 LHSPointee = LHSPointee.getUnqualifiedType();
7154 RHSPointee = RHSPointee.getUnqualifiedType();
7171 LHSPointee = LHSPointee.getUnqualifiedType();
7172 RHSPointee = RHSPointee.getUnqualifiedType();
7189 LHSValue = LHSValue.getUnqualifiedType();
7190 RHSValue = RHSValue.getUnqualifiedType();
7211 LHSElem = LHSElem.getUnqualifiedType();
7212 RHSElem = RHSElem.getUnqualifiedType();