Searched refs:getModulePrivateSpecLoc (Results 1 – 4 of 4) sorted by relevance
2761 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec()2763 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec()4318 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()4322 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator()4323 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()5385 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator()7360 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator()7361 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator()8126 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl()8127 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ParseTypedefDecl()
1359 StartLoc, DS.getModulePrivateSpecLoc(), SS, in ParseClassSpecifier()1418 DS.getModulePrivateSpecLoc(), in ParseClassSpecifier()
3317 AS, DS.getModulePrivateSpecLoc(), TParams, in ParseEnumSpecifier()
624 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function