Lines Matching defs:InitLoc
4131 SourceLocation InitLoc) {
4139 : InitializationKind::CreateCopy(InitExpr->getBeginLoc(), InitLoc);
4145 SourceLocation InitLoc,
4165 CreateRecoveryExpr(InitLoc, InitLoc, {}, FD->getType());
4175 Init = ConvertMemberDefaultInitExpression(FD, Init.get(), InitLoc);
14168 SourceLocation InitLoc = Shadow->getLocation();
14188 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second);
14190 auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc);
14192 Context, TInfo, VBase, InitLoc, Init.get(), InitLoc,
14205 Constructor->setBody(new (Context) CompoundStmt(InitLoc));