Home | History | Annotate | Download | only in src

Lines Matching full:isanonymous

2044   bool is_anonymous() const { return IsAnonymous::decode(bitfield_); }
2117 IsAnonymous::encode(type == ANONYMOUS_EXPRESSION) |
2140 class IsAnonymous: public BitField<bool, 2, 1> {};