Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
HDCGExprAgg.cpp1629 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4659 Expr *getCommonExpr() const { in getCommonExpr() function
4681 return getCommonExpr()->getEndLoc(); in getEndLoc()
4722 return getCommonExpr(); in getOperand()
4801 return getCommonExpr(); in getOperand()
HDExpr.h5050 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5067 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5070 return getCommonExpr()->getEndLoc(); in getEndLoc()
HDRecursiveASTVisitor.h2592 if (OpaqueValueExpr *OVE = S->getCommonExpr())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp9713 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
9715 E->getCommonExpr(), in VisitArrayInitLoopExpr()
9716 getStorageType(Info.Ctx, E->getCommonExpr()), false, in VisitArrayInitLoopExpr()
9718 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
HDASTImporter.cpp7856 auto Imp = importSeq(E->getType(), E->getCommonExpr(), E->getSubExpr()); in VisitArrayInitLoopExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h3544 Init = AIL->getCommonExpr(); in TransformInitializer()