Home | History | Annotate | Download | only in AST

Lines Matching refs:getArrayDecayedType

3648     Result = getArrayDecayedType(QualType(Ty,0));
4027 return getArrayDecayedType(T);
4045 /// getArrayDecayedType - Return the properly qualified result of decaying the
4051 QualType ASTContext::getArrayDecayedType(QualType Ty) const {
7402 Type = Context.getArrayDecayedType(Type);
7546 Ty = getArrayDecayedType(Ty);