Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

1266 bool Sema::BasePathInvolvesVirtualBase(const CXXCastPath &BasePath) {
1267 for (CXXCastPath::const_iterator B = BasePath.begin(),
1268 BEnd = BasePath.end();
1290 CXXCastPath *BasePath) {
1317 if (BasePath)
1318 BuildBasePathArray(Paths, *BasePath);
1348 CXXCastPath *BasePath,
1355 BasePath);
2446 CXXCastPath BasePath;
2447 BasePath.push_back(BaseSpec);
2451 &BasePath).take();
7796 CXXCastPath BasePath;
7797 BasePath.push_back(Base);
7804 VK_LValue, &BasePath).take();
7814 VK_LValue, &BasePath);
8332 CXXCastPath BasePath;
8333 BasePath.push_back(Base);
8339 VK_XValue, &BasePath).take();
8349 VK_LValue, &BasePath);