Home | History | Annotate | Download | only in AST

Lines Matching refs:MethEnd

72   lookup_const_iterator Meth, MethEnd;
73 for (llvm::tie(Meth, MethEnd) = lookup(Sel); Meth != MethEnd; ++Meth) {