Home | History | Annotate | Download | only in find

Lines Matching defs:irec

366                   // irec = rec;
428 ASTRecord irec = rec.replacePath(p.getParentPath())
433 irec = irec.extend(Tree.Kind.ARRAY_TYPE, ASTPath.TYPE);
440 irec = extendToInnerType(irec, loc, dim);
441 criteria.add(new ASTPathCriterion(irec.astPath));