Searched refs:getDecayedType (Results 1 – 7 of 7) sorted by relevance
1074 QualType getDecayedType(QualType T) const;1075 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function1076 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2273 QualType getDecayedType() const { return getAdjustedType(); }2276 return cast<PointerType>(getDecayedType())->getPointeeType();
4929 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
2392 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext4553 return getDecayedType(T); in getAdjustedParameterType()4572 T = getDecayedType(T); in getExceptionObjectType()
913 return Ctx.getDecayedType(originalType); in VisitDecayedType()
668 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
4223 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()