Searched refs:setEvaluatedValue (Results 1 – 2 of 2) sorted by relevance
1148 VD->setEvaluatedValue(Result); in CheckReferencedDecl()1152 VD->setEvaluatedValue(APValue()); in CheckReferencedDecl()2082 VD->setEvaluatedValue(InitResult.Val); in VisitDeclRefExpr()2086 VD->setEvaluatedValue(APValue()); in VisitDeclRefExpr()
1025 void setEvaluatedValue(const APValue &Value) const { in setEvaluatedValue() function