Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16060 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
16066 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
16073 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
16235 APValue DestroyedValue; in evaluateDestruction() local
16237 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
16238 else if (!handleDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
16241 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()