Lines Matching refs:InitLoc
4068 SourceLocation InitLoc) {
4076 : InitializationKind::CreateCopy(InitExpr->getBeginLoc(), InitLoc);
4082 SourceLocation InitLoc,
4108 Init = ConvertMemberDefaultInitExpression(FD, Init.get(), InitLoc);
14069 SourceLocation InitLoc = Shadow->getLocation();
14089 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second);
14091 auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc);
14093 Context, TInfo, VBase, InitLoc, Init.get(), InitLoc,
14106 Constructor->setBody(new (Context) CompoundStmt(InitLoc));