Searched refs:getDecayedType (Results 1 – 6 of 6) sorted by relevance
992 QualType getDecayedType(QualType T) const;993 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function994 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2219 QualType getDecayedType() const { return getAdjustedType(); }2222 return cast<PointerType>(getDecayedType())->getPointeeType();
2324 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext4438 return getDecayedType(T); in getAdjustedParameterType()4457 T = getDecayedType(T); in getExceptionObjectType()
893 return Ctx.getDecayedType(originalType); in VisitDecayedType()
655 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
3959 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()