Lines Matching full:construct
521 } else if (CXXConstructExpr *Construct523 Args = Construct->getArgs();524 NumArgs = Construct->getNumArgs();623 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))625 Construct->getNumArgs() == 0 && !Construct->isListInitialization();