Searched refs:PrivateLoc (Results 1 – 3 of 3) sorted by relevance
516 SourceLocation PrivateLoc) { in ActOnPrivateModuleFragmentDecl() argument528 Diag(PrivateLoc, diag::err_private_module_fragment_not_module); in ActOnPrivateModuleFragmentDecl()532 Diag(PrivateLoc, diag::err_private_module_fragment_redefined); in ActOnPrivateModuleFragmentDecl()537 Diag(PrivateLoc, diag::err_private_module_fragment_not_module_interface); in ActOnPrivateModuleFragmentDecl()557 ModuleScopes.back().Module, PrivateLoc); in ActOnPrivateModuleFragmentDecl()
2386 SourceLocation PrivateLoc = ConsumeToken(); in ParseModuleDecl() local2392 return Actions.ActOnPrivateModuleFragmentDecl(ModuleLoc, PrivateLoc); in ParseModuleDecl()
9851 SourceLocation PrivateLoc);