Home
last modified time | relevance | path

Searched refs:getCommonExpr (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp239 auto D = E->getCommonExpr()->getDependence() | in computeDependence()
375 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
376 return E->getCommonExpr()->getDependence() | in computeDependence()
H A DExprConstant.cpp10783 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
10785 E->getCommonExpr(), in VisitArrayInitLoopExpr()
10786 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
10788 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp8205 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCGExprAgg.cpp1778 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp531 const auto *OVESrc = AILE->getCommonExpr()->getSourceExpr(); in bindRequiredArrayElementToEnvironment()
H A DExprEngine.cpp2861 const Expr *Arr = Ex->getCommonExpr()->getSourceExpr(); in VisitArrayInitLoopExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5436 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5453 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5456 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2756 if (OpaqueValueExpr *OVE = S->getCommonExpr())
H A DExprCXX.h4742 Expr *getCommonExpr() const { in getCommonExpr() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp3207 if (auto *R = Visit(E->getCommonExpr())) in VisitCoroutineSuspendExpr()
3937 auto *OVE = dyn_cast<OpaqueValueExpr>(A->getCommonExpr()); in VisitArrayInitLoopExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h3907 OpaqueValueExpr *OVE = AIL->getCommonExpr(); in TransformInitializer()