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