Home | History | Annotate | Download | only in Sema

Lines Matching refs:trivial

126     /// Whether there are non-trivial modifications to the decl spec.
127 bool trivial;
143 trivial(true), hasSavedAttrs(false) {}
181 trivial &= savedAttrs.empty();
201 if (trivial) return;
4717 // class type must have a trivial destructor (which can't be checked until
4725 // cannot have any constexpr constructors or a trivial default constructor,
4759 // All fields and bases are of literal types, so have trivial destructors.
4760 // If this class's destructor is non-trivial it must be user-declared.