Searched refs:getDecayedType (Results 1 – 5 of 5) sorted by relevance
962 QualType getDecayedType(QualType T) const;963 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function964 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2090 QualType getDecayedType() const { return getAdjustedType(); }2093 return cast<PointerType>(getDecayedType())->getPointeeType();
2249 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext4318 return getDecayedType(T); in getAdjustedParameterType()
655 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
3906 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()