Lines Matching refs:BasePath
1354 CXXCastPath &BasePath) {
1407 S.BuildBasePathArray(Paths, BasePath);
1430 CXXCastPath BasePath;
1432 findDecomposableBaseClass(S, Src->getLocation(), OrigRD, BasePath);
1496 VK_LValue, &BasePath);
3020 CXXCastPath *BasePath,
3066 if (BasePath)
3067 ::BuildBasePathArray(*Path, *BasePath);
3099 CXXCastPath *BasePath,
3104 BasePath, IgnoreAccess);
4827 CXXCastPath BasePath;
4828 BasePath.push_back(BaseSpec);
4832 &BasePath).get();
14973 CXXCastPath BasePath;
14974 BasePath.push_back(&Base);
14979 VK_LValue, BasePath);
14986 VK_LValue, BasePath);
15358 CXXCastPath BasePath;
15359 BasePath.push_back(&Base);
15363 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath);
15371 VK_LValue, BasePath);