Searched refs:TBDFlags (Results 1 – 1 of 1) sorted by relevance
263 enum TBDFlags : unsigned { enum367 template <> struct ScalarBitSetTraits<TBDFlags> {368 static void bitset(IO &IO, TBDFlags &Flags) { in bitset()369 IO.bitSetCase(Flags, "flat_namespace", TBDFlags::FlatNamespace); in bitset()371 TBDFlags::NotApplicationExtensionSafe); in bitset()372 IO.bitSetCase(Flags, "installapi", TBDFlags::InstallAPI); in bitset()448 Flags = TBDFlags::None; in NormalizedTBD()450 Flags |= TBDFlags::NotApplicationExtensionSafe; in NormalizedTBD()453 Flags |= TBDFlags::FlatNamespace; in NormalizedTBD()456 Flags |= TBDFlags::InstallAPI; in NormalizedTBD()[all …]