Home | History | Annotate | Download | only in src

Lines Matching refs:ClFlags

11 /// \brief Declares Ice::ClFlags which implements command line processing.
55 // getters/setters for the ClFlags class. It converts the cl_detail::*_flag
84 class ClFlags {
85 ClFlags(const ClFlags &) = delete;
86 ClFlags &operator=(const ClFlags &) = delete;
90 ClFlags() { resetClFlags(); }
93 static ClFlags Flags;
110 static void getParsedClFlags(ClFlags &OutFlags);
152 /// \brief Get the value of ClFlags::GenerateUnitTestMessages
159 /// Set ClFlags::GenerateUnitTestMessages to a new value
199 inline const ClFlags &getFlags() { return ClFlags::Flags; }