Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp239 auto D = E->getCommonExpr()->getDependence() | in computeDependence()
409 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
410 return E->getCommonExpr()->getDependence() | in computeDependence()
H A DExprConstant.cpp11894 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()
11896 E->getCommonExpr(), in VisitArrayInitLoopExpr()
11897 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()
11899 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
H A DASTImporter.cpp9118 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp789 return Visit(AILE->getCommonExpr()) && Visit(AILE->getSubExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp227 auto *E = S.getCommonExpr(); in emitSuspendExpression()
H A DCoverageMappingGen.cpp2374 Visit(AILE->getCommonExpr()->getSourceExpr()); in VisitArrayInitLoopExpr()
H A DCGExprAgg.cpp1994 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp534 const Expr *SourceArray = AILE->getCommonExpr()->getSourceExpr(); in bindRequiredArrayElementToEnvironment()
H A DExprEngine.cpp3340 const Expr *Arr = Ex->getCommonExpr()->getSourceExpr(); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5911 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function
5928 return getCommonExpr()->getBeginLoc(); in getBeginLoc()
5931 return getCommonExpr()->getEndLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h2862 if (OpaqueValueExpr *OVE = S->getCommonExpr())
H A DExprCXX.h5242 Expr *getCommonExpr() const { in getCommonExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3383 if (auto *R = Visit(E->getCommonExpr())) in VisitCoroutineSuspendExpr()
4116 auto *OVE = dyn_cast<OpaqueValueExpr>(A->getCommonExpr()); in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2335 if (!this->discard(E->getCommonExpr())) in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h4369 OpaqueValueExpr *OVE = AIL->getCommonExpr(); in TransformInitializer()