Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAsArrayType

3277       const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
3278 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
3284 const ArrayType *OldArray = Context.getAsArrayType(Old->getType());
3285 const ArrayType *NewArray = Context.getAsArrayType(New->getType());
13600 else if (Context.getAsArrayType(FD->getType())) {