Searched refs:getSourceExpr (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/lib/AST/
H A DParentMap.cpp78 if (OVMode == OV_Transparent || !M[OVE->getSourceExpr()]) {
79 M[OVE->getSourceExpr()] = S;
80 BuildParentMap(M, OVE->getSourceExpr(), OV_Transparent);
H A DASTDumper.cpp1803 if (Expr *Source = Node->getSourceExpr()) {
H A DStmtProfile.cpp637 Visit(OVE->getSourceExpr());
H A DExpr.cpp3008 Subexpr = OVE->getSourceExpr();
3160 if (const Expr *Source = OVE->getSourceExpr())
3991 assert(cast<OpaqueValueExpr>(E)->getSourceExpr() != nullptr &&
/external/clang/lib/Sema/
H A DScopeInfo.cpp83 DoubleBase = OVE->getSourceExpr();
102 const Expr *E = OVE->getSourceExpr();
H A DSemaPseudoObject.cpp759 Expr *Initializer = OVE->getSourceExpr();
898 S.checkRetainCycles(InstanceReceiver->getSourceExpr(), RHS);
987 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
1582 return ObjCPropertyRefRebuilder(S, baseOVE->getSourceExpr()).rebuild(E);
1587 return ObjCSubscriptRefRebuilder(S, baseOVE->getSourceExpr(),
1588 keyOVE->getSourceExpr()).rebuild(E);
1592 return MSPropertyRefRebuilder(S, baseOVE->getSourceExpr()).rebuild(E);
1614 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr();
1624 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr();
H A DSemaStmt.cpp1310 Visit(E->getOpaqueValue()->getSourceExpr());
1384 CheckLValueToRValueCast(BCO->getOpaqueValue()->getSourceExpr());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp56 sub = OVE->getSourceExpr();
H A DIvarInvalidationChecker.cpp598 E = OVE->getSourceExpr()->IgnoreParenCasts();
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp211 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp29 E = cast<OpaqueValueExpr>(E)->getSourceExpr();
H A DExprEngineC.cpp676 L = OpaqueEx->getSourceExpr();
H A DBugReporterVisitors.cpp868 return peelOffOuterExpr(OVE->getSourceExpr(), N);
/external/clang/lib/Analysis/
H A DLiveVariables.cpp240 S = OVE->getSourceExpr();
306 child = OV->getSourceExpr();
H A DAnalysisDeclContext.cpp494 Semantic = OVE->getSourceExpr();
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc720 return VisitExpr(expr->getSourceExpr(), env);
/external/clang/tools/libclang/
H A DCXCursor.cpp258 if (Expr *Src = cast<OpaqueValueExpr>(S)->getSourceExpr())
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1465 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1473 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
1550 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1557 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
5588 S = cast<OpaqueValueExpr>(S)->getSourceExpr();
H A DRewriteObjC.cpp1253 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
1259 RHS = cast<OpaqueValueExpr>(RHS)->getSourceExpr();
1334 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr();
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp813 if (const Expr *src = op->getSourceExpr())
H A DCGExpr.cpp3382 CGF.EmitAggExpr(ov->getSourceExpr(), slot);
3390 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
H A DCGObjC.cpp2531 result = tryEmitARCRetainScalarExpr(CGF, ov->getSourceExpr());
2536 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
/external/clang/include/clang/AST/
H A DExpr.h862 Expr *getSourceExpr() const { return SourceExpr; } function in class:clang::OpaqueValueExpr
3282 assert(OpaqueValue->getSourceExpr() == common && "Wrong opaque value");
H A DDataRecursiveASTVisitor.h2042 sub = OVE->getSourceExpr();
H A DRecursiveASTVisitor.h2064 sub = OVE->getSourceExpr();

Completed in 4075 milliseconds

12