Lines Matching defs:BasePath
1404 CXXCastPath &BasePath) {
1457 S.BuildBasePathArray(Paths, BasePath);
1480 CXXCastPath BasePath;
1482 findDecomposableBaseClass(S, Src->getLocation(), OrigRD, BasePath);
1543 VK_LValue, &BasePath);
3074 CXXCastPath *BasePath,
3120 if (BasePath)
3121 ::BuildBasePathArray(*Path, *BasePath);
3153 CXXCastPath *BasePath,
3158 BasePath, IgnoreAccess);
4895 CXXCastPath BasePath;
4896 BasePath.push_back(BaseSpec);
4900 &BasePath).get();
15071 CXXCastPath BasePath;
15072 BasePath.push_back(&Base);
15077 VK_LValue, BasePath);
15084 VK_LValue, BasePath);
15458 CXXCastPath BasePath;
15459 BasePath.push_back(&Base);
15463 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath);
15471 VK_LValue, BasePath);