Searched refs:DestroyedValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 15645 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument 15651 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction() 15658 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction() 15819 APValue DestroyedValue; in evaluateDestruction() local 15821 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction() 15822 else if (!handleDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction() 15825 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()
|