Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

1751                                    CXXCastPath *BasePath) {
1778 if (BasePath)
1779 BuildBasePathArray(Paths, *BasePath);
1811 CXXCastPath *BasePath,
1818 BasePath);
3415 BasePath;
3416 BasePath.push_back(BaseSpec);
3420 &BasePath).get();
10218 CXXCastPath BasePath;
10219 BasePath.push_back(&Base);
10224 VK_LValue, BasePath);
10231 VK_LValue, BasePath);
10649 CXXCastPath BasePath;
10650 BasePath.push_back(&Base);
10654 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath);
10663 VK_LValue, BasePath);