Home | History | Annotate | Download | only in src

Lines Matching refs:IsAnonymous

2292   bool is_anonymous() const { return IsAnonymous::decode(bitfield_); }
2379 IsAnonymous::encode(function_type == ANONYMOUS_EXPRESSION) |
2403 class IsAnonymous: public BitField<bool, 1, 1> {};