Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayType

2797       const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
2798 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
2804 const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
2805 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
10918 else if (Context.getAsArrayType(FD->getType())) {