Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp11112 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
11114 E->getCommonExpr(), in VisitArrayInitLoopExpr()
11115 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
11117 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp8667 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp213 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCGExprAgg.cpp1825 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp561 const auto *OVESrc = AILE->getCommonExpr()->getSourceExpr(); in bindRequiredArrayElementToEnvironment()
H A DExprEngine.cpp3203 const Expr *Arr = Ex->getCommonExpr()->getSourceExpr(); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5497 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5514 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5517 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2760 if (OpaqueValueExpr *OVE = S->getCommonExpr())
H A DExprCXX.h4977 Expr *getCommonExpr() const { in getCommonExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3274 if (auto *R = Visit(E->getCommonExpr())) in VisitCoroutineSuspendExpr()
4007 auto *OVE = dyn_cast<OpaqueValueExpr>(A->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1063 const Expr *CommonExpr = E->getCommonExpr(); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4087 OpaqueValueExpr *OVE = AIL->getCommonExpr(); in TransformInitializer()