Home | History | Annotate | Download | only in AST

Lines Matching refs:getArrayDecayedType

3104     Result = getArrayDecayedType(QualType(Ty,0));
3481 return getArrayDecayedType(T);
3499 /// getArrayDecayedType - Return the properly qualified result of decaying the
3505 QualType ASTContext::getArrayDecayedType(QualType Ty) const {
6396 Type = Context.getArrayDecayedType(Type);
6524 Ty = getArrayDecayedType(Ty);