Searched refs:skipRValueSubobjectAdjustments (Results 1 – 10 of 10) sorted by relevance
574 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
7093 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByReferenceBinding()7220 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByInitializer()
97 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType()
80 const Expr *Expr::skipRValueSubobjectAdjustments( in skipRValueSubobjectAdjustments() function in Expr
8235 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
959 const Expr *skipRValueSubobjectAdjustments(962 const Expr *skipRValueSubobjectAdjustments() const { in skipRValueSubobjectAdjustments() function965 return skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in skipRValueSubobjectAdjustments()
1713 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in getReferenceInitTemporaryType()4721 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in VisitForTemporaryDtors()
2030 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
497 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in EmitMaterializeTemporaryExpr()
364 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()