Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
448 Flags = TBDFlags::None; in NormalizedTBD()
453 Flags |= TBDFlags::FlatNamespace; in NormalizedTBD()
456 Flags |= TBDFlags::InstallAPI; in NormalizedTBD()
739 TBDFlags Flags{TBDFlags::None};
817 Flags = TBDFlags::None; in NormalizedTBD_V4()
822 Flags |= TBDFlags::FlatNamespace; in NormalizedTBD_V4()
825 Flags |= TBDFlags::InstallAPI; in NormalizedTBD_V4()
[all …]