Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp191 auto D = E->getCommonExpr()->getDependence() | in computeDependence()
324 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
325 return E->getCommonExpr()->getDependence() | in computeDependence()
DExprConstant.cpp10493 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
10495 E->getCommonExpr(), in VisitArrayInitLoopExpr()
10496 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
10498 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
DASTImporter.cpp7820 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/external/clang/include/clang/AST/
DExprCXX.h4173 Expr *getCommonExpr() const { in getCommonExpr() function
4191 return getCommonExpr()->getLocEnd(); in getLocEnd()
4219 return getCommonExpr(); in getOperand()
4242 return getCommonExpr(); in getOperand()
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
DCGExprAgg.cpp1769 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h4714 Expr *getCommonExpr() const { in getCommonExpr() function
4736 return getCommonExpr()->getEndLoc(); in getEndLoc()
4777 return getCommonExpr(); in getOperand()
4854 return getCommonExpr(); in getOperand()
DExpr.h5352 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5369 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5372 return getCommonExpr()->getEndLoc(); in getEndLoc()
DRecursiveASTVisitor.h2593 if (OpaqueValueExpr *OVE = S->getCommonExpr())
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h3733 Init = AIL->getCommonExpr(); in TransformInitializer()