Home | History | Annotate | Download | only in Sema

Lines Matching refs:Paths

622     CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
653 Paths.clear();
654 if (!IsDerivedFrom(CanonicalSubT, CanonicalSuperT, Paths))
657 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
663 Paths.front(),