Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp515 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByReferenceBinding()
659 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByInitializer()
H A DJumpDiagnostics.cpp583 MTE->getSubExpr()->skipRValueSubobjectAdjustments(); in BuildScopeInformation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp97 const Expr *Inner = Temp->skipRValueSubobjectAdjustments(CommaLHSs, in getType()
H A DExpr.cpp82 const Expr *Expr::skipRValueSubobjectAdjustments( in skipRValueSubobjectAdjustments() function in Expr
H A DExprConstant.cpp8724 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1012 const Expr *skipRValueSubobjectAdjustments(
1015 const Expr *skipRValueSubobjectAdjustments() const { in skipRValueSubobjectAdjustments() function
1018 return skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in skipRValueSubobjectAdjustments()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1791 const Expr *SkippedInit = Init->skipRValueSubobjectAdjustments(); in getReferenceInitTemporaryType()
4998 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in VisitForTemporaryDtors()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2320 const Expr *Inner = E->getSubExpr()->skipRValueSubobjectAdjustments(); in VisitMaterializeTemporaryExpr()
H A DCGExpr.cpp506 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in EmitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp376 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2288 const Expr *Inner = E->getSubExpr()->skipRValueSubobjectAdjustments(); in VisitMaterializeTemporaryExpr()