Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayType

2996       const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
2997 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
3003 const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
3004 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
12429 else if (Context.getAsArrayType(FD->getType())) {