Home | History | Annotate | Download | only in Sema

Lines Matching refs:LabelDecl

3132 LabelDecl *Sema::LookupOrCreateLabel(IdentifierInfo *II, SourceLocation Loc,
3139 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3142 return cast<LabelDecl>(Res);
3153 Res = LabelDecl::Create(Context, CurContext, Loc, II);
3158 return cast<LabelDecl>(Res);