Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp221 auto D = E->getCommonExpr()->getDependence() | in computeDependence()
354 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
355 return E->getCommonExpr()->getDependence() | in computeDependence()
H A DExprConstant.cpp10517 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
10519 E->getCommonExpr(), in VisitArrayInitLoopExpr()
10520 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
10522 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp7946 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCGExprAgg.cpp1771 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h4726 Expr *getCommonExpr() const { in getCommonExpr() function
4748 return getCommonExpr()->getEndLoc(); in getEndLoc()
4789 return getCommonExpr(); in getOperand()
4866 return getCommonExpr(); in getOperand()
H A DExpr.h5357 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5374 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5377 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2622 if (OpaqueValueExpr *OVE = S->getCommonExpr())
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3823 Init = AIL->getCommonExpr(); in TransformInitializer()