Searched refs:visitAPValue (Results 1 – 2 of 2) sorted by relevance
170 bool visitAPValue(const APValue &Val, PrimType ValType, const Expr *E);
931 this->visitAPValue(E->getAPValueResult(), *T, E)) in VisitConstantExpr()1787 if (!this->visitAPValue(FieldValue, FieldT, E)) in VisitSourceLocExpr()2453 bool ByteCodeExprGen<Emitter>::visitAPValue(const APValue &Val, in visitAPValue() function in ByteCodeExprGen