Home | History | Annotate | Download | only in Sema

Lines Matching defs:trivial

124     /// Whether there are non-trivial modifications to the decl spec.
125 bool trivial;
141 trivial(true), hasSavedAttrs(false) {}
176 trivial &= savedAttrs.empty();
196 if (trivial) return;
4492 // class type must have a trivial destructor (which can't be checked until
4500 // cannot have any constexpr constructors or a trivial default constructor,
4534 // All fields and bases are of literal types, so have trivial destructors.
4535 // If this class's destructor is non-trivial it must be user-declared.