Searched refs:getDecayedType (Results 1 – 9 of 9) sorted by relevance
1242 QualType getDecayedType(QualType T) const;1243 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function1244 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2629 QualType getDecayedType() const { return getAdjustedType(); }6837 QualType Decayed = getDecayedType();
713 AddQualType(T->getDecayedType()); in VisitDecayedType()
2894 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext5468 return getDecayedType(T); in getAdjustedParameterType()5487 T = getDecayedType(T); in getExceptionObjectType()
987 return Ctx.getDecayedType(originalType); in VisitDecayedType()
1023 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
5768 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
1028 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
4459 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()