• Home
  • Raw
  • Download

Lines Matching refs:StartLoc

664   SourceLocation StartLoc = Tok.getLocation();  in ParseDecltypeSpecifier()  local
686 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier()
699 return StartLoc; in ParseDecltypeSpecifier()
723 if (DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec, in ParseDecltypeSpecifier()
725 Diag(StartLoc, DiagID) << PrevSpec; in ParseDecltypeSpecifier()
732 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier() argument
744 Tok.setLocation(StartLoc); in AnnotateExistingDecltypeSpecifier()
752 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local
772 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec, in ParseUnderlyingTypeSpecifier()
774 Diag(StartLoc, DiagID) << PrevSpec; in ParseUnderlyingTypeSpecifier()
1030 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier() argument
1268 Diag(StartLoc, diag::err_anon_type_definition) in ParseClassSpecifier()
1296 StartLoc, in ParseClassSpecifier()
1313 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc, in ParseClassSpecifier()
1359 StartLoc, DS.getModulePrivateSpecLoc(), SS, in ParseClassSpecifier()
1383 TagType, StartLoc, SS, Name, in ParseClassSpecifier()
1391 TagType, StartLoc, SS, in ParseClassSpecifier()
1416 TagOrTempResult = Actions.ActOnTag(getCurScope(), TagType, TUK, StartLoc, in ParseClassSpecifier()
1428 SS, Name, StartLoc, NameLoc); in ParseClassSpecifier()
1438 ParseCXXMemberSpecification(StartLoc, TagType, TagOrTempResult.get()); in ParseClassSpecifier()
1440 ParseStructUnionBody(StartLoc, TagType, TagOrTempResult.get()); in ParseClassSpecifier()
1447 Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc, in ParseClassSpecifier()
1448 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
1451 Result = DS.SetTypeSpecType(TagType, StartLoc, in ParseClassSpecifier()
1452 NameLoc.isValid() ? NameLoc : StartLoc, in ParseClassSpecifier()
1460 Diag(StartLoc, DiagID) << PrevSpec; in ParseClassSpecifier()
1534 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local
1575 SourceRange Range(StartLoc, EndLocation); in ParseBaseSpecifier()
2992 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseCXX11Attributes() local
3000 attrs.Range = SourceRange(StartLoc, *endLoc); in ParseCXX11Attributes()