Home | History | Annotate | Download | only in AST

Lines Matching refs:getArrayDecayedType

2159     Decayed = getArrayDecayedType(T);
3795 Result = getArrayDecayedType(QualType(Ty,0));
4179 /// getArrayDecayedType - Return the properly qualified result of decaying the
4185 QualType ASTContext::getArrayDecayedType(QualType Ty) const {
7635 Type = Context.getArrayDecayedType(Type);
7779 Ty = getArrayDecayedType(Ty);