Home
last modified time | relevance | path

Searched refs:EvaluatingDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp827 APValue::LValueBase EvaluatingDecl; member in __anon7a1fdcea0311::EvalInfo
977 EvaluatingDecl((const ValueDecl *)nullptr), in EvalInfo()
990 EvaluatingDecl = Base; in setEvaluatingDecl()
2336 if (This && Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
3271 if (Info.EvaluatingDecl == Base) { in evaluateVarDeclInit()
3532 if (Info.EvaluatingDecl == Base) in lifetimeStartedInEvaluation()
3539 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
3547 if (MutableSubobject || Base != Info.EvaluatingDecl) in lifetimeStartedInEvaluation()
4005 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject()