Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp15288 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
15294 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
15301 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
15435 APValue DestroyedValue; in evaluateDestruction() local
15437 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
15438 else if (!getDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
15441 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()