• Home
  • Raw
  • Download

Lines Matching refs:EndLoc

769   SourceLocation EndLoc;  in ParseDecltypeSpecifier()  local
773 EndLoc = Tok.getAnnotationEndLoc(); in ParseDecltypeSpecifier()
777 return EndLoc; in ParseDecltypeSpecifier()
817 EndLoc = ConsumeParen(); in ParseDecltypeSpecifier()
823 EndLoc = ConsumeAnyToken(); in ParseDecltypeSpecifier()
826 EndLoc = Tok.getLocation(); in ParseDecltypeSpecifier()
829 return EndLoc; in ParseDecltypeSpecifier()
849 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier()
865 return EndLoc; in ParseDecltypeSpecifier()
870 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier() argument
882 Tok.setAnnotationEndLoc(EndLoc); in AnnotateExistingDecltypeSpecifier()
2883 SourceLocation EndLoc; in ParseCXXClassMemberDeclarationWithPragmas() local
2884 if (TryConsumeToken(tok::colon, EndLoc)) { in ParseCXXClassMemberDeclarationWithPragmas()
2885 } else if (TryConsumeToken(tok::semi, EndLoc)) { in ParseCXXClassMemberDeclarationWithPragmas()
2886 Diag(EndLoc, diag::err_expected) in ParseCXXClassMemberDeclarationWithPragmas()
2887 << tok::colon << FixItHint::CreateReplacement(EndLoc, ":"); in ParseCXXClassMemberDeclarationWithPragmas()
2889 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXClassMemberDeclarationWithPragmas()
2890 Diag(EndLoc, diag::err_expected) in ParseCXXClassMemberDeclarationWithPragmas()
2891 << tok::colon << FixItHint::CreateInsertion(EndLoc, ":"); in ParseCXXClassMemberDeclarationWithPragmas()
2900 if (Actions.ActOnAccessSpecifier(NewAS, ASLoc, EndLoc, in ParseCXXClassMemberDeclarationWithPragmas()
3655 SourceLocation *EndLoc, in ParseCXX11AttributeArgs() argument
3674 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseCXX11AttributeArgs()
3678 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, in ParseCXX11AttributeArgs()
3697 << FixItHint::CreateRemoval(SourceRange(LParenLoc, *EndLoc)); in ParseCXX11AttributeArgs()
3826 SourceLocation EndLoc = SkipCXX11Attributes(); in DiagnoseAndSkipCXX11Attributes() local
3828 if (EndLoc.isValid()) { in DiagnoseAndSkipCXX11Attributes()
3829 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipCXX11Attributes()
3836 SourceLocation EndLoc; in SkipCXX11Attributes() local
3839 return EndLoc; in SkipCXX11Attributes()
3846 EndLoc = T.getCloseLocation(); in SkipCXX11Attributes()
3853 EndLoc = T.getCloseLocation(); in SkipCXX11Attributes()
3857 return EndLoc; in SkipCXX11Attributes()