Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp858 APValue::LValueBase EvaluatingDecl; member in __anon7ee061300411::EvalInfo
1006 EvaluatingDecl((const ValueDecl *)nullptr), in EvalInfo()
1018 EvaluatingDecl = Base; in setEvaluatingDecl()
2413 if (This && Info.EvaluatingDecl == This->getLValueBase()) in CheckLiteralType()
3322 if (Info.EvaluatingDecl == Base) { in evaluateVarDeclInit()
3585 if (Info.EvaluatingDecl == Base) in lifetimeStartedInEvaluation()
3592 return Info.EvaluatingDecl == BaseMTE->getExtendingDecl(); in lifetimeStartedInEvaluation()
3600 if (MutableSubobject || Base != Info.EvaluatingDecl) in lifetimeStartedInEvaluation()
4070 if (Info.getLangOpts().CPlusPlus14 && LVal.Base == Info.EvaluatingDecl && in findCompleteObject()
14001 Info.EvaluatingDecl.dyn_cast<const ValueDecl *>())) in VisitCastExpr()