Searched refs:CastToBase (Results 1 – 2 of 2) sorted by relevance
839 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local846 CastToBase = RD; in printPretty()852 if (CastToBase) in printPretty()853 Out << *CastToBase << "::"; in printPretty()
8626 const auto CastToBase = [&](Expr *E) { in getBase() local8631 return {CastToBase(Obj.first.get()), CastToBase(Obj.second.get())}; in getBase()