Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp14785 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
14788 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
14795 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
14913 APValue DestroyedValue; in evaluateDestruction() local
14915 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
14916 else if (!getDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
14919 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()