Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Constructor

1043     if (CXXConstructorDecl *Constructor = Construct->getConstructor())
1044 if (Constructor->isTrivial() &&
1045 Constructor->isDefaultConstructor() &&