Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14793 APValue DestroyedValue, QualType Type, in EvaluateDestruction() argument
14799 Info.setEvaluatingDecl(Base, DestroyedValue, in EvaluateDestruction()
14806 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
14929 APValue DestroyedValue; in evaluateDestruction() local
14931 DestroyedValue = *getEvaluatedValue(); in evaluateDestruction()
14932 else if (!getDefaultInitValue(getType(), DestroyedValue)) in evaluateDestruction()
14935 if (!EvaluateDestruction(getASTContext(), this, std::move(DestroyedValue), in evaluateDestruction()