Lines Matching defs:getInit
2180 if (const Expr *Init = getInit()) {
2379 if (auto Expr = I->getInit()) {
2398 Expr *VarDecl::getInit() {
2556 const auto *Init = getInit();
2609 const Expr *Init = getInit();
2648 assert(!getInit()->isValueDependent());
2839 auto *List = dyn_cast<InitListExpr>(getInit()->IgnoreParens());
2842 const Expr *FlexibleInit = List->getInit(List->getNumInits() - 1);
2854 auto *List = dyn_cast<InitListExpr>(getInit()->IgnoreParens());
2857 const Expr *FlexibleInit = List->getInit(List->getNumInits() - 1);
2976 Expr *Arg = getInit();
2999 if (const Expr *E = getInit())