Home | History | Annotate | Download | only in AST

Lines Matching full:construct

521           } else if (CXXConstructExpr *Construct
523 Args = Construct->getArgs();
524 NumArgs = Construct->getNumArgs();
623 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
625 Construct->getNumArgs() == 0 && !Construct->isListInitialization();