Home | History | Annotate | Download | only in Sema

Lines Matching refs:LabelDecl

3106 LabelDecl *Sema::LookupOrCreateLabel(IdentifierInfo *II, SourceLocation Loc,
3113 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3116 return cast<LabelDecl>(Res);
3127 Res = LabelDecl::Create(Context, CurContext, Loc, II);
3132 return cast<LabelDecl>(Res);