Home | History | Annotate | Download | only in AST

Lines Matching refs:isTrivialType

1023 bool QualType::isTrivialType(ASTContext &Context) const {
1031 return Context.getBaseElementType(*this).isTrivialType(Context);
1088 return Context.getBaseElementType(*this).isTrivialType(Context);
1243 // This is effectively the intersection of isTrivialType and