Home | History | Annotate | Download | only in Sema

Lines Matching defs:Paths

3626       CXXBasePaths Paths;
3627 Paths.setOrigin(RD);
3629 if (RD->lookupInBases(CTPB, Paths)) {
3631 if (!Paths.isAmbiguous(CTPB.getFoundHandlerType())) {