• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/

Lines Matching defs:StartLoc

944   SourceLocation StartLoc = Tok.getLocation();
966 StartLoc : T.getOpenLocation();
1035 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
1037 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
1039 Diag(StartLoc, DiagID) << PrevSpec;
1046 SourceLocation StartLoc,
1060 Tok.setLocation(StartLoc);
1068 SourceLocation StartLoc = ConsumeToken();
1088 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
1091 Diag(StartLoc, DiagID) << PrevSpec;
1391 SourceLocation StartLoc, DeclSpec &DS,
1785 Diag(StartLoc, diag::err_anon_type_definition)
1819 TagType, StartLoc, SS, TemplateId->Template,
1831 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
1881 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
1899 TagType, StartLoc, SS, Name, NameLoc, attrs);
1905 getCurScope(), DS.getFriendSpecLoc(), TagType, StartLoc, SS, Name,
1936 getCurScope(), TagType, TUK, StartLoc, SS, Name, NameLoc, attrs, AS,
1949 SS, Name, StartLoc, NameLoc);
1959 SkipCXXMemberSpecification(StartLoc, AttrFixitLoc, TagType,
1962 ParseCXXMemberSpecification(StartLoc, AttrFixitLoc, attrs, TagType,
1968 ParseStructUnionBody(StartLoc, TagType, cast<RecordDecl>(D));
1986 Result = DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
1987 NameLoc.isValid() ? NameLoc : StartLoc,
1990 Result = DS.SetTypeSpecType(TagType, StartLoc,
1991 NameLoc.isValid() ? NameLoc : StartLoc,
2000 Diag(StartLoc, DiagID) << PrevSpec;
2079 SourceLocation StartLoc = Tok.getLocation();
2088 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
2095 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
2110 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
2135 SourceRange Range(StartLoc, EndLocation);
4246 SourceLocation StartLoc = Tok.getLocation(), Loc;
4254 attrs.Range = SourceRange(StartLoc, *endLoc);
4259 SourceLocation StartLoc = Tok.getLocation();
4263 SourceRange Range(StartLoc, EndLoc);
4264 Diag(StartLoc, diag::err_attributes_not_allowed)
4332 SourceLocation StartLoc = Tok.getLocation();
4364 Toks[0].setLocation(StartLoc);