Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCoroutine.cpp180 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCGExprAgg.cpp1566 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h4383 Expr *getCommonExpr() const { in getCommonExpr() function
4405 return getCommonExpr()->getEndLoc(); in getEndLoc()
4442 return getCommonExpr(); in getOperand()
4517 return getCommonExpr(); in getOperand()
H A DExpr.h4825 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
4842 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
4845 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2494 if (OpaqueValueExpr *OVE = S->getCommonExpr())
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp7263 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
7264 !Evaluate(Info.CurrentCall->createTemporary(E->getCommonExpr(), false), in VisitArrayInitLoopExpr()
7265 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp7461 auto Imp = importSeq(E->getType(), E->getCommonExpr(), E->getSubExpr()); in VisitArrayInitLoopExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h3351 Init = AIL->getCommonExpr(); in TransformInitializer()