Home | History | Annotate | Download | only in Parse

Lines Matching refs:StartLoc

183   SourceLocation StartLoc = Tok.getLocation();
197 Diag(StartLoc, diag::warn_cxx98_compat_top_level_semi)
198 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
200 Diag(StartLoc, diag::ext_extra_semi_cxx11)
201 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
206 Diag(StartLoc, diag::ext_extra_semi)
209 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
212 Diag(StartLoc, diag::warn_extra_semi_after_mem_fn_def)
213 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
661 SourceLocation StartLoc = Tok.getLocation();
670 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);