Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp14837 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
14843 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
14850 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
14971 APValue DestroyedValue; in evaluateDestruction() local
14973 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
14974 else if (!getDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
14977 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()