Home
last modified time | relevance | path

Searched refs:getSourceExpr (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp80 if (OVMode == OV_Transparent || !M[OVE->getSourceExpr()]) { in BuildParentMap()
81 M[OVE->getSourceExpr()] = S; in BuildParentMap()
82 BuildParentMap(M, OVE->getSourceExpr(), OV_Transparent); in BuildParentMap()
H A DExpr.cpp194 return OVE->getSourceExpr()->isKnownToHaveBooleanValue(Semantic); in isKnownToHaveBooleanValue()
2455 return OVE->getSourceExpr()->isReadIfDiscardedInCPlusPlus11() && in isReadIfDiscardedInCPlusPlus11()
3645 Subexpr = OVE->getSourceExpr(); in HasSideEffects()
3825 if (const Expr *Source = OVE->getSourceExpr()) in isNullPointerConstant()
4648 assert(cast<OpaqueValueExpr>(E)->getSourceExpr() != nullptr && in PseudoObjectExpr()
H A DComputeDependence.cpp30 if (auto *S = E->getSourceExpr()) in computeDependence()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp102 DoubleBase = OVE->getSourceExpr(); in getBaseInfo()
122 const Expr *E = OVE->getSourceExpr(); in WeakObjectProfileTy()
H A DSemaPseudoObject.cpp922 S.checkRetainCycles(InstanceReceiver->getSourceExpr(), RHS); in buildAssignmentOperation()
1011 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS); in buildAssignmentOperation()
1627 return cast<OpaqueValueExpr>(E)->getSourceExpr(); in stripOpaqueValuesFromPseudoObjectRef()
1649 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1658 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
H A DSemaStmt.cpp1754 Visit(E->getOpaqueValue()->getSourceExpr()); in VisitBinaryConditionalOperator()
1831 CheckLValueToRValueCast(BCO->getOpaqueValue()->getSourceExpr()); in CheckLValueToRValueCast()
1851 Visit(OVE->getSourceExpr()); in VisitPseudoObjectExpr()
H A DSemaChecking.cpp7618 if (const Expr *src = cast<OpaqueValueExpr>(E)->getSourceExpr()) { in checkFormatStringExpr()
11383 return GetExprRange(C, OVE->getSourceExpr(), MaxWidth, InConstantContext, in GetExprRange()
12080 Ignored = OVE->getSourceExpr(); in adornObjCBoolConversionDiagWithTernaryFixit()
13052 if (auto *Src = OVE->getSourceExpr()) in AnalyzeImplicitConversions()
13087 WorkList.push_back({OVE->getSourceExpr(), CC, IsListInit}); in AnalyzeImplicitConversions()
15158 ->getSourceExpr()); in findRetainCycleOwner()
15200 if (OVE->getSourceExpr()) in VisitOpaqueValueExpr()
15201 Visit(OVE->getSourceExpr()); in VisitOpaqueValueExpr()
15412 Arg = OE->getSourceExpr()->IgnoreImpCasts(); in CheckObjCCircularContainer()
15427 Receiver = OE->getSourceExpr()->IgnoreImpCasts(); in CheckObjCCircularContainer()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp55 sub = OVE->getSourceExpr(); in Scan()
H A DIvarInvalidationChecker.cpp594 E = OVE->getSourceExpr()->IgnoreParenCasts(); in peel()
H A DDynamicTypePropagation.cpp708 E = OVE->getSourceExpr()->IgnoreParenImpCasts(); in stripCastsAndSugar()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp208 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr()); in isZeroingPropIvar()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp43 E = cast<OpaqueValueExpr>(E)->getSourceExpr(); in ignoreTransparentExprs()
H A DExprEngineC.cpp830 L = OpaqueEx->getSourceExpr(); in VisitGuardedExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp197 E = OVE->getSourceExpr(); in LookThroughExpr()
263 child = OV->getSourceExpr(); in Visit()
H A DAnalysisDeclContext.cpp630 Semantic = OVE->getSourceExpr(); in VisitPseudoObjectExpr()
H A DUninitializedValues.cpp340 classify(OVE->getSourceExpr(), C); in classify()
H A DCalledOnceCheck.cpp349 return Visit(OVE->getSourceExpr()); in VisitOpaqueValueExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp74 return TraverseStmt(E->getSourceExpr()); in TraverseOpaqueValueExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp297 if (opaque->getSourceExpr()) in shouldExtendReceiverForInnerPointerMessage()
298 receiver = opaque->getSourceExpr()->IgnoreParens(); in shouldExtendReceiverForInnerPointerMessage()
307 if (opaque->getSourceExpr()) in shouldExtendReceiverForInnerPointerMessage()
308 receiver = opaque->getSourceExpr()->IgnoreParens(); in shouldExtendReceiverForInnerPointerMessage()
3130 result = asImpl().visit(ov->getSourceExpr()); in visitPseudoObjectExpr()
3136 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr()); in visitPseudoObjectExpr()
H A DCGExprAgg.cpp654 Visit(e->getSourceExpr()); in VisitOpaqueValueExpr()
1134 if (const Expr *src = op->getSourceExpr()) in isBlockVarRef()
H A DCGExpr.cpp4795 return EmitLValue(e->getSourceExpr()); in getOrCreateOpaqueLValueMapping()
4809 return EmitAnyExpr(e->getSourceExpr()); in getOrCreateOpaqueRValueMapping()
5403 CGF.EmitAggExpr(ov->getSourceExpr(), slot); in emitPseudoObjectExpr()
5411 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr()); in emitPseudoObjectExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h703 if (Expr *Source = Node->getSourceExpr()) in VisitOpaqueValueExpr()
H A DRecursiveASTVisitor.h2457 sub = OVE->getSourceExpr();
2637 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(OVE->getSourceExpr());
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1434 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr(); in RewritePropertyOrImplicitSetter()
1442 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr(); in RewritePropertyOrImplicitSetter()
1519 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr(); in RewritePropertyOrImplicitGetter()
1526 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr(); in RewritePropertyOrImplicitGetter()
5450 S = cast<OpaqueValueExpr>(S)->getSourceExpr(); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteObjC.cpp1254 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr(); in RewritePropertyOrImplicitSetter()
1260 RHS = cast<OpaqueValueExpr>(RHS)->getSourceExpr(); in RewritePropertyOrImplicitSetter()
1335 Base = cast<OpaqueValueExpr>(Base)->getSourceExpr(); in RewritePropertyOrImplicitGetter()

12