Searched refs:getDecayedType (Results 1 – 7 of 7) sorted by relevance
1064 QualType getDecayedType(QualType T) const;1065 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function1066 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2240 QualType getDecayedType() const { return getAdjustedType(); }2243 return cast<PointerType>(getDecayedType())->getPointeeType();
4287 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
2383 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext4499 return getDecayedType(T); in getAdjustedParameterType()4518 T = getDecayedType(T); in getExceptionObjectType()
913 return Ctx.getDecayedType(originalType); in VisitDecayedType()
657 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
4117 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()