Lines Matching defs:getInit
2173 if (const Expr *Init = getInit()) {
2372 if (auto Expr = I->getInit()) {
2391 Expr *VarDecl::getInit() {
2549 const auto *Init = getInit();
2602 const Expr *Init = getInit();
2641 assert(!getInit()->isValueDependent());
2828 auto *List = dyn_cast<InitListExpr>(getInit()->IgnoreParens());
2831 const Expr *FlexibleInit = List->getInit(List->getNumInits() - 1);
2843 auto *List = dyn_cast<InitListExpr>(getInit()->IgnoreParens());
2846 const Expr *FlexibleInit = List->getInit(List->getNumInits() - 1);
2965 Expr *Arg = getInit();
2988 if (const Expr *E = getInit())