Searched refs:CanTy (Results 1 – 3 of 3) sorted by relevance
164 QualType CanTy = Ty.getCanonicalType(); in ConvertTypeToDiagnosticString() local166 std::string CanS = CanTy.getAsString(Context.getPrintingPolicy()); in ConvertTypeToDiagnosticString()176 if (CompareCanTy == CanTy) in ConvertTypeToDiagnosticString()
2280 CanQualType CanTy = Context.getCanonicalType(Context.getTagDeclType(RD)); in LookupSpecialMember() local2285 QualType ArgType = CanTy; in LookupSpecialMember()2289 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()2295 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()2334 QualType ThisTy = CanTy; in LookupSpecialMember()
6351 QualType CanTy = Context.getCanonicalType(Conv->getConversionType()); in CollectVRQualifiers() local6352 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>()) in CollectVRQualifiers()6353 CanTy = ResTypeRef->getPointeeType(); in CollectVRQualifiers()6358 if (CanTy.isRestrictQualified()) in CollectVRQualifiers()6360 if (const PointerType *ResTypePtr = CanTy->getAs<PointerType>()) in CollectVRQualifiers()6361 CanTy = ResTypePtr->getPointeeType(); in CollectVRQualifiers()6363 CanTy->getAs<MemberPointerType>()) in CollectVRQualifiers()6364 CanTy = ResTypeMPtr->getPointeeType(); in CollectVRQualifiers()6367 if (CanTy.isVolatileQualified()) in CollectVRQualifiers()