Home
last modified time | relevance | path

Searched refs:skipRValueSubobjectAdjustments (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp579 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
H A DSemaInit.cpp7152 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByReferenceBinding()
7279 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByInitializer()
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp97 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType()
H A DExpr.cpp81 const Expr *Expr::skipRValueSubobjectAdjustments( in skipRValueSubobjectAdjustments() function in Expr
H A DExprConstant.cpp8339 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h972 const Expr *skipRValueSubobjectAdjustments(
975 const Expr *skipRValueSubobjectAdjustments() const { in skipRValueSubobjectAdjustments() function
978 return skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in skipRValueSubobjectAdjustments()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp1721 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in getReferenceInitTemporaryType()
4933 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in VisitForTemporaryDtors()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2067 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
H A DCGExpr.cpp495 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in EmitMaterializeTemporaryExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp368 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()