AstPropertiesFlag 175 src/ast.h class Flags : public EnumSet<AstPropertiesFlag, int> {}; AstPropertiesFlag 2619 src/ast.h void add_flag(AstPropertiesFlag flag) { properties_.flags()->Add(flag); }