Home | History | Annotate | Download | only in src

Lines Matching refs:AstPropertiesFlag

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