Searched refs:PrivateLoc (Results 1 – 3 of 3) sorted by relevance
247 SourceLocation PrivateLoc) { in ActOnPrivateModuleFragmentDecl() argument255 Diag(PrivateLoc, diag::err_private_module_fragment_not_module); in ActOnPrivateModuleFragmentDecl()259 Diag(PrivateLoc, diag::err_private_module_fragment_redefined); in ActOnPrivateModuleFragmentDecl()268 Diag(PrivateLoc, diag::err_private_module_fragment_not_module_interface); in ActOnPrivateModuleFragmentDecl()286 ModuleScopes.back().Module, PrivateLoc); in ActOnPrivateModuleFragmentDecl()
2320 SourceLocation PrivateLoc = ConsumeToken(); in ParseModuleDecl() local2323 return Actions.ActOnPrivateModuleFragmentDecl(ModuleLoc, PrivateLoc); in ParseModuleDecl()
2741 SourceLocation PrivateLoc);