Home | History | Annotate | Download | only in AST

Lines Matching refs:APValue

1996     // Note: EvaluatedStmt contains an APValue, which usually holds
2007 APValue *VarDecl::evaluateValue() const {
2013 // Destroy an APValue that was allocated in an ASTContext.
2015 static_cast<APValue*>(UntypedValue)->~APValue();
2019 APValue *VarDecl::evaluateValue(
2044 // Ensure the computed APValue is cleaned up later if evaluation succeeded,
2048 Eval->Evaluated = APValue();