Home
last modified time | relevance | path

Searched refs:TBDFlags (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp263 enum TBDFlags : unsigned { enum
367 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 …]