Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp59 S.EvaluatingDecl = VD; in interpretDecl()
74 S.EvaluatingDecl = nullptr; in interpretDecl()
H A DInterpState.h136 const VarDecl *EvaluatingDecl = nullptr; variable
H A DInterp.cpp253 (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()
H A DInterp.h2832 if (VD == S.EvaluatingDecl) in CheckDecl()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp863 APValue::LValueBase EvaluatingDecl; member in __anon6f5850ef0411::EvalInfo
1011 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 …]