• Home
  • Raw
  • Download

Lines Matching refs:ValueDecl

64     if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>())  in getType()
542 EvaluatingDecl((const ValueDecl *)nullptr), in EvalInfo()
1077 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr()
1082 const ValueDecl *getDecl() const { in getDecl()
1110 llvm::PointerIntPair<const ValueDecl*, 1, bool> DeclAndIsDerivedMember;
1264 if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>()) { in IsGlobalLValue()
1314 const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>(); in NoteLValueLocation()
1337 const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression()
1352 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in CheckLValueConstantExpression()
1392 const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression()
1488 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
1489 return LVal.Base.dyn_cast<const ValueDecl*>(); in GetLValueBaseDecl()
1500 const ValueDecl *Decl = GetLValueBaseDecl(Value); in IsWeakLValue()
1505 const ValueDecl *Decl = GetLValueBaseDecl(Value); in isZeroSized()
1526 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); in EvalPointerValueAsBool()
2064 if (Info.EvaluatingDecl.dyn_cast<const ValueDecl*>() == VD) { in evaluateVarDeclInit()
2604 << AK << LVal.Base.is<const ValueDecl*>(); in findCompleteObject()
2627 if (const ValueDecl *D = LVal.Base.dyn_cast<const ValueDecl*>()) { in findCompleteObject()
2661 VD == Info.EvaluatingDecl.dyn_cast<const ValueDecl *>()) { in findCompleteObject()
2728 const ValueDecl *VD = Info.EvaluatingDecl.dyn_cast<const ValueDecl*>(); in findCompleteObject()
2729 const ValueDecl *ED = MTE->getExtendingDecl(); in findCompleteObject()
3145 static const ValueDecl *HandleMemberPointerAccess(EvalInfo &Info, in HandleMemberPointerAccess()
3227 static const ValueDecl *HandleMemberPointerAccess(EvalInfo &Info, in HandleMemberPointerAccess()
4213 const ValueDecl *Member = nullptr; in handleCallExpr()
4240 Call.getLValueBase().dyn_cast<const ValueDecl*>()); in handleCallExpr()
4480 const ValueDecl *MD = E->getMemberDecl(); in VisitMemberExpr()
5117 if (const ValueDecl *VD = in VisitCallExpr()
5118 OffsetResult.Base.dyn_cast<const ValueDecl*>()) { in VisitCallExpr()
5171 bool Success(const ValueDecl *D) { in Success()
5185 return Success((const ValueDecl*)nullptr); in ZeroInitialization()
6299 if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>()) { in getObjectType()
9153 const ValueDecl *D = dyn_cast<ValueDecl>(cast<DeclRefExpr>(E)->getDecl()); in CheckICE()