Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdLoc

3327                                       SourceLocation IdLoc,
3335 Diag(IdLoc, diag::err_arg_with_address_space);
3347 Diag(IdLoc ,diag::err_catch_param_not_objc_type);
3350 Diag(IdLoc, diag::err_illegal_qualifiers_on_catch_parm);
3353 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id,