Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdLoc

3135                                       SourceLocation IdLoc,
3143 Diag(IdLoc, diag::err_arg_with_address_space);
3155 Diag(IdLoc ,diag::err_catch_param_not_objc_type);
3158 Diag(IdLoc, diag::err_illegal_qualifiers_on_catch_parm);
3161 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id,