Lines Matching defs:StartLoc

741   SourceLocation StartLoc = Tok.getLocation();
763 StartLoc : T.getOpenLocation();
828 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
830 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
832 Diag(StartLoc, DiagID) << PrevSpec;
839 SourceLocation StartLoc,
853 Tok.setLocation(StartLoc);
861 SourceLocation StartLoc = ConsumeToken();
881 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
884 Diag(StartLoc, DiagID) << PrevSpec;
1166 SourceLocation StartLoc, DeclSpec &DS,
1455 Diag(StartLoc, diag::err_anon_type_definition)
1489 StartLoc,
1506 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
1556 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
1575 TagType, StartLoc, SS, Name,
1583 TagType, StartLoc, SS,
1613 TagOrTempResult = Actions.ActOnTag(getCurScope(), TagType, TUK, StartLoc,
1626 SS, Name, StartLoc, NameLoc);
1636 ParseCXXMemberSpecification(StartLoc, AttrFixitLoc, attrs, TagType,
1639 ParseStructUnionBody(StartLoc, TagType, TagOrTempResult.get());
1646 Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
1647 NameLoc.isValid() ? NameLoc : StartLoc,
1650 Result = DS.SetTypeSpecType(TagType, StartLoc,
1651 NameLoc.isValid() ? NameLoc : StartLoc,
1660 Diag(StartLoc, DiagID) << PrevSpec;
1735 SourceLocation StartLoc = Tok.getLocation();
1744 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
1751 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
1766 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
1782 SourceRange Range(StartLoc, EndLocation);
3391 SourceLocation StartLoc = Tok.getLocation(), Loc;
3399 attrs.Range = SourceRange(StartLoc, *endLoc);
3404 SourceLocation StartLoc = Tok.getLocation();
3408 SourceRange Range(StartLoc, EndLoc);
3409 Diag(StartLoc, diag::err_attributes_not_allowed)