Searched refs:EvaluatingDecl (Results 1 – 5 of 5) sorted by relevance
59 S.EvaluatingDecl = VD; in interpretDecl()74 S.EvaluatingDecl = nullptr; in interpretDecl()
136 const VarDecl *EvaluatingDecl = nullptr; variable
253 (Ptr.getDeclDesc()->asVarDecl() == S.EvaluatingDecl)) in CheckExtern()327 D && D->hasGlobalStorage() && D != S.EvaluatingDecl && !IsConstType(D)) { in CheckConstant()908 if (S.EvaluatingDecl && !S.EvaluatingDecl->isConstexpr()) in diagnoseEnumValue()
2832 if (VD == S.EvaluatingDecl) in CheckDecl()
863 APValue::LValueBase EvaluatingDecl; member in __anon6f5850ef0411::EvalInfo1011 EvaluatingDecl((const ValueDecl *)nullptr), in EvalInfo()1023 EvaluatingDecl = Base; in setEvaluatingDecl()2420 if (This && Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()3350 if (Info.EvaluatingDecl == Base) { in evaluateVarDeclInit()3613 if (Info.EvaluatingDecl == Base) in lifetimeStartedInEvaluation()3620 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()3628 if (MutableSubobject || Base != Info.EvaluatingDecl) in lifetimeStartedInEvaluation()4098 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject()4160 Info.EvaluatingDecl.dyn_cast<const ValueDecl *>())) in findCompleteObject()[all …]