Lines Matching refs:EndLoc
690 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
694 EndLoc = Tok.getAnnotationEndLoc(); in ParseDecltypeSpecifier()
698 return EndLoc; in ParseDecltypeSpecifier()
736 EndLoc = ConsumeParen(); in ParseDecltypeSpecifier()
742 EndLoc = ConsumeAnyToken(); in ParseDecltypeSpecifier()
745 EndLoc = Tok.getLocation(); in ParseDecltypeSpecifier()
748 return EndLoc; in ParseDecltypeSpecifier()
768 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier()
783 return EndLoc; in ParseDecltypeSpecifier()
788 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier() argument
800 Tok.setAnnotationEndLoc(EndLoc); in AnnotateExistingDecltypeSpecifier()
2607 SourceLocation EndLoc; in ParseCXXMemberSpecification() local
2609 EndLoc = Tok.getLocation(); in ParseCXXMemberSpecification()
2612 EndLoc = Tok.getLocation(); in ParseCXXMemberSpecification()
2614 Diag(EndLoc, diag::err_expected_colon) in ParseCXXMemberSpecification()
2615 << FixItHint::CreateReplacement(EndLoc, ":"); in ParseCXXMemberSpecification()
2617 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXMemberSpecification()
2618 Diag(EndLoc, diag::err_expected_colon) in ParseCXXMemberSpecification()
2619 << FixItHint::CreateInsertion(EndLoc, ":"); in ParseCXXMemberSpecification()
2629 if (Actions.ActOnAccessSpecifier(AS, ASLoc, EndLoc, in ParseCXXMemberSpecification()