Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCanonicalType

991   QualType OldQType = Context.getCanonicalType(Old->getType());
992 QualType NewQType = Context.getCanonicalType(New->getType());
1151 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
1153 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
1337 CanQualType CanTo = Context.getCanonicalType(ToType);
1338 CanQualType CanFrom = Context.getCanonicalType(FromType);
1514 S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
1679 CanonFrom = S.Context.getCanonicalType(FromType);
1680 CanonTo = S.Context.getCanonicalType(ToType);
1689 CanonFrom = S.Context.getCanonicalType(FromType);
1690 CanonTo = S.Context.getCanonicalType(ToType);
1950 = Context.getCanonicalType(FromPtr->getPointeeType());
1951 QualType CanonToPointee = Context.getCanonicalType(ToPointee);
2294 if (Context.getCanonicalType(FromPointeeType)
2295 == Context.getCanonicalType(ToPointeeType))
2306 if (Context.getCanonicalType(FromFunctionType->getReturnType()) ==
2307 Context.getCanonicalType(ToFunctionType->getReturnType())) {
2324 if (Context.getCanonicalType(FromArgType)
2325 == Context.getCanonicalType(ToArgType)) {
2778 if (Paths.isAmbiguous(Context.getCanonicalType(FromClass).
2826 FromType = Context.getCanonicalType(FromType);
2827 ToType = Context.getCanonicalType(ToType);
3617 T1 = S.Context.getCanonicalType(T1);
3618 T2 = S.Context.getCanonicalType(T2);
3687 T1 = S.Context.getCanonicalType(T1);
3688 T2 = S.Context.getCanonicalType(T2);
3799 FromType1 = S.Context.getCanonicalType(FromType1);
3800 ToType1 = S.Context.getCanonicalType(ToType1);
3801 FromType2 = S.Context.getCanonicalType(FromType2);
3802 ToType2 = S.Context.getCanonicalType(ToType2);
4002 QualType T1 = Context.getCanonicalType(OrigT1);
4003 QualType T2 = Context.getCanonicalType(OrigT2);
4215 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
4594 if (S.Context.getCanonicalType(T2) == S.Context.OverloadTy) {
4763 QualType FromTypeCanon = S.Context.getCanonicalType(FromType);
4774 QualType ClassTypeCanon = S.Context.getCanonicalType(ClassType);
6147 = Context.getCanonicalType(From->getType().getUnqualifiedType());
6148 QualType ToCanon = Context.getCanonicalType(ToType).getUnqualifiedType();
6725 Ty = Context.getCanonicalType(Ty);
6812 if (!S.Context.getCanonicalType(T).isVolatileQualified()) {
6853 QualType CanTy = Context.getCanonicalType(Conv->getConversionType());
7251 if (!AddedTypes.insert(S.Context.getCanonicalType(*MemPtr)))
7311 std::make_pair(S.Context.getCanonicalType(FirstParamType),
7312 S.Context.getCanonicalType(SecondParamType)));
7326 if (!AddedTypes.insert(S.Context.getCanonicalType(*Ptr)))
7336 CanQualType CanonType = S.Context.getCanonicalType(*Enum);
7350 CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
7404 if (!AddedTypes.insert(S.Context.getCanonicalType(*Ptr)))
7533 if (!AddedTypes.insert(S.Context.getCanonicalType(*Enum)))
7543 if (!AddedTypes.insert(S.Context.getCanonicalType(*MemPtr)))
7577 AddedTypes.insert(S.Context.getCanonicalType(*Ptr));
7626 if (!AddedTypes.insert(S.Context.getCanonicalType(*Ptr)))
7907 if (!AddedTypes.insert(S.Context.getCanonicalType(*Ptr)))
7918 if (!AddedTypes.insert(S.Context.getCanonicalType(*MemPtr)))
7933 if (!AddedTypes.insert(S.Context.getCanonicalType(*Enum)))
8567 CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
8568 CanQualType CToTy = S.Context.getCanonicalType(ToTy);
8689 ToTy.getNonReferenceType().getCanonicalType() ==
8690 FromTy.getNonReferenceType().getCanonicalType()) {
9630 Context.getCanonicalType(Ret).getUnqualifiedType();
9765 Context.getCanonicalType(Specialization->getType()),
9766 Context.getCanonicalType(TargetFunctionType)));