Lines Matching defs:EvaluatingDecl
881 /// EvaluatingDecl - This is the declaration whose initializer is being
883 APValue::LValueBase EvaluatingDecl;
887 /// We're evaluating the construction of EvaluatingDecl.
889 /// We're evaluating the destruction of EvaluatingDecl.
1031 EvaluatingDecl((const ValueDecl *)nullptr),
1043 EvaluatingDecl = Base;
2557 if (This && Info.EvaluatingDecl == This->getLValueBase())
3505 if (Info.EvaluatingDecl == Base) {
3806 if (Info.EvaluatingDecl == Base)
3813 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl();
3821 if (MutableSubobject || Base != Info.EvaluatingDecl)
4327 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl &&
4389 Info.EvaluatingDecl.dyn_cast<const ValueDecl *>()))
15114 // constexpr variable or not. We can check the EvaluatingDecl to determine
15117 Info.EvaluatingDecl.dyn_cast<const ValueDecl *>()))