Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15063 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
15069 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
15076 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
15199 APValue DestroyedValue; in evaluateDestruction() local
15201 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
15202 else if (!getDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
15205 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()