Home | History | Annotate | Download | only in Sema

Lines Matching defs:BasePath

1383 bool Sema::BasePathInvolvesVirtualBase(const CXXCastPath &BasePath) {
1384 for (CXXCastPath::const_iterator B = BasePath.begin(),
1385 BEnd = BasePath.end();
1407 CXXCastPath *BasePath) {
1434 if (BasePath)
1435 BuildBasePathArray(Paths, *BasePath);
1465 CXXCastPath *BasePath,
1472 BasePath);
2740 CXXCastPath BasePath;
2741 BasePath.push_back(BaseSpec);
2745 &BasePath).take();
8554 CXXCastPath BasePath;
8555 BasePath.push_back(Base);
8562 VK_LValue, &BasePath).take();
8572 VK_LValue, &BasePath);
9009 CXXCastPath BasePath;
9010 BasePath.push_back(Base);
9016 VK_XValue, &BasePath).take();
9026 VK_LValue, &BasePath);