Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp583 MTE->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHS, in BuildScopeInformation()
H A DSemaInit.cpp7640 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByReferenceBinding()
7767 Init = const_cast<Expr *>(Init->skipRValueSubobjectAdjustments()); in visitLocalsRetainedByInitializer()
/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.cpp8638 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h995 const Expr *skipRValueSubobjectAdjustments(
998 const Expr *skipRValueSubobjectAdjustments() const { in skipRValueSubobjectAdjustments() function
1001 return skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in skipRValueSubobjectAdjustments()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1794 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in getReferenceInitTemporaryType()
5001 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in VisitForTemporaryDtors()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2082 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
H A DCGExpr.cpp492 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()