Home | History | Annotate | Download | only in Sema

Lines Matching defs:InitLoc

2693                                                   SourceLocation InitLoc,
2720 : InitializationKind::CreateCopy(InitExpr->getLocStart(), InitLoc);
2732 Init = ActOnFinishFullExpr(Init.get(), InitLoc);
9352 SourceLocation InitLoc = Shadow->getLocation();
9377 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second);
9379 auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc);
9381 Context, TInfo, VBase, InitLoc, Init.get(), InitLoc,
9401 Constructor->setBody(new (Context) CompoundStmt(InitLoc));