Searched refs:DestroyedValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 16972 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument 16978 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction() 16985 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction() 17142 APValue DestroyedValue; in evaluateDestruction() local 17144 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction() 17145 else if (!handleDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction() 17148 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()
|