Searched refs:getModulePrivateSpecLoc (Results 1 – 4 of 4) sorted by relevance
3129 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec()3131 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec()4860 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()4864 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator()4865 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()6020 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator()8254 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator()8255 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator()9089 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl()9090 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ParseTypedefDecl()
1466 StartLoc, DS.getModulePrivateSpecLoc(), SS, in ParseClassSpecifier()1520 DS.getModulePrivateSpecLoc(), in ParseClassSpecifier()
3460 AS, DS.getModulePrivateSpecLoc(), TParams, in ParseEnumSpecifier()
636 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function