Home | History | Annotate | Download | only in Sema

Lines Matching defs:LS

372   LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
373 TheDecl->setStmt(LS);
376 return Owned(LS);
383 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
384 return Owned(LS);