Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Paths

261   CXXBasePaths Paths(/*FindAmbiguities=*/false,
265 isDerivedFrom(const_cast<CXXRecordDecl *>(BaseRD), Paths)) {
270 return ComputeBaseOffset(Context, DerivedRD, Paths.front());
1359 CXXBasePaths Paths(/*FindAmbiguities=*/true,
1363 isDerivedFrom(const_cast<CXXRecordDecl *>(BaseRD), Paths)) {
1368 // We have to go through all the paths, and see which one leads us to the
1370 for (CXXBasePaths::const_paths_iterator I = Paths.begin(), E = Paths.end();