Searched refs:getDecayedType (Results 1 – 11 of 11) sorted by relevance
1302 QualType getDecayedType(QualType T) const;1303 CanQualType getDecayedType(CanQualType T) const { in getDecayedType() function1304 return CanQualType::CreateUnsafe(getDecayedType((QualType) T)); in getDecayedType()
2704 QualType getDecayedType() const { return getAdjustedType(); }7251 QualType Decayed = getDecayedType();
6994 return InnerType.matches(Node.getDecayedType(), Finder, Builder); in AST_MATCHER_P()
3251 QualType ASTContext::getDecayedType(QualType T) const { in getDecayedType() function in ASTContext6164 return getDecayedType(T); in getAdjustedParameterType()6183 T = getDecayedType(T); in getExceptionObjectType()
1122 return Ctx.getDecayedType(originalType); in VisitDecayedType()
5328 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
1109 return Importer.getToContext().getDecayedType(*ToOriginalTypeOrErr); in VisitDecayedType()
1439 return Context.getDecayedType(T); in CheckNonTypeTemplateParameterType()
224 SrcTy = S.Context.getDecayedType(SrcTy); in SemaBuiltinAlignment()
4942 Result = SemaRef.Context.getDecayedType(OriginalType); in TransformDecayedType()
6444 Type = Context.getDecayedType(OrigTy); in deduceOpenCLAddressSpace()