Searched refs:FlagType (Results 1 – 3 of 3) sorted by relevance
31 enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT, enum34 FlagType type_; // What type of flag, bool, int, or string.41 FlagType type() const { return type_; } in type()170 static const char* Type2String(Flag::FlagType type) { in Type2String()
265 typedef uint16_t FlagType; typedef267 FlagType m_flags; // takes elements of Flags
701 bool FlagType = ED->hasAttr<FlagEnumAttr>(); in ShouldDiagnoseSwitchCaseNotInEnum() local714 if (FlagType) { in ShouldDiagnoseSwitchCaseNotInEnum()