Home | History | Annotate | Download | only in AST

Lines Matching refs:getUnqualifiedType

3028              getQualifiedType(CanResultType.getUnqualifiedType(), Qs));
4506 return T.getUnqualifiedType();
4519 return T.getUnqualifiedType();
7306 QualType ET = I->getType().getUnqualifiedType();
7364 retType = retType.getUnqualifiedType();
7369 LRetType = LRetType.getUnqualifiedType();
7370 RRetType = RRetType.getUnqualifiedType();
7429 QualType lParamType = lproto->getParamType(i).getUnqualifiedType();
7430 QualType rParamType = rproto->getParamType(i).getUnqualifiedType();
7437 paramType = paramType.getUnqualifiedType();
7441 lParamType = lParamType.getUnqualifiedType();
7442 rParamType = rParamType.getUnqualifiedType();
7483 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)
7533 LHS = LHS.getUnqualifiedType();
7534 RHS = RHS.getUnqualifiedType();
7650 LHSPointee = LHSPointee.getUnqualifiedType();
7651 RHSPointee = RHSPointee.getUnqualifiedType();
7668 LHSPointee = LHSPointee.getUnqualifiedType();
7669 RHSPointee = RHSPointee.getUnqualifiedType();
7686 LHSValue = LHSValue.getUnqualifiedType();
7687 RHSValue = RHSValue.getUnqualifiedType();
7708 LHSElem = LHSElem.getUnqualifiedType();
7709 RHSElem = RHSElem.getUnqualifiedType();