Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp239 auto D = E->getCommonExpr()->getDependence() | in computeDependence()
407 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
408 return E->getCommonExpr()->getDependence() | in computeDependence()
H A DExprConstant.cpp11362 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
11364 E->getCommonExpr(), in VisitArrayInitLoopExpr()
11365 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
11367 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp8771 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp226 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCGExprAgg.cpp1801 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
H A DCoverageMappingGen.cpp2334 Visit(AILE->getCommonExpr()->getSourceExpr()); 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.cpp3215 const Expr *Arr = Ex->getCommonExpr()->getSourceExpr(); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5708 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5725 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5728 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2818 if (OpaqueValueExpr *OVE = S->getCommonExpr())
H A DExprCXX.h5127 Expr *getCommonExpr() const { in getCommonExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3271 if (auto *R = Visit(E->getCommonExpr())) in VisitCoroutineSuspendExpr()
4004 auto *OVE = dyn_cast<OpaqueValueExpr>(A->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp1790 if (!this->discard(E->getCommonExpr())) in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4169 OpaqueValueExpr *OVE = AIL->getCommonExpr(); in TransformInitializer()