Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

1771                                    CXXCastPath *BasePath) {
1798 if (BasePath)
1799 BuildBasePathArray(Paths, *BasePath);
1831 CXXCastPath *BasePath,
1838 BasePath);
3432 CXXCastPath BasePath;
3433 BasePath.push_back(BaseSpec);
3437 &BasePath).get();
10181 CXXCastPath BasePath;
10182 BasePath.push_back(&Base);
10187 VK_LValue, BasePath);
10194 VK_LValue, BasePath);
10610 CXXCastPath BasePath;
10611 BasePath.push_back(&Base);
10615 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath);
10624 VK_LValue, BasePath);