Home
last modified time | relevance | path

Searched refs:PrivateLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp516 SourceLocation PrivateLoc) { in ActOnPrivateModuleFragmentDecl() argument
528 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()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2386 SourceLocation PrivateLoc = ConsumeToken(); in ParseModuleDecl() local
2392 return Actions.ActOnPrivateModuleFragmentDecl(ModuleLoc, PrivateLoc); in ParseModuleDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9851 SourceLocation PrivateLoc);