Home | History | Annotate | Download | only in Sema

Lines Matching refs: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;
4308 // cannot have any constexpr constructors or a trivial default constructor,
4342 // All fields and bases are of literal types, so have trivial destructors.
4343 // If this class's destructor is non-trivial it must be user-declared.