Home | History | Annotate | Download | only in src

Lines Matching refs:AstPropertiesFlag

164 enum AstPropertiesFlag {
174 class Flags : public EnumSet<AstPropertiesFlag, int> {};
2610 void add_flag(AstPropertiesFlag flag) { properties_.flags()->Add(flag); }