Home | History | Annotate | Download | only in Sema

Lines Matching refs:LabelDecl

3635 LabelDecl *Sema::LookupOrCreateLabel(IdentifierInfo *II, SourceLocation Loc,
3642 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3645 return cast<LabelDecl>(Res);
3656 Res = LabelDecl::Create(Context, CurContext, Loc, II);
3661 return cast<LabelDecl>(Res);