Home | History | Annotate | Download | only in AST

Lines Matching refs:isTrivialType

1028 bool QualType::isTrivialType(ASTContext &Context) const {
1036 return Context.getBaseElementType(*this).isTrivialType(Context);
1093 return Context.getBaseElementType(*this).isTrivialType(Context);
1232 // This is effectively the intersection of isTrivialType and